-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vro-types] Add VcStorageManager
class definition
#449
Conversation
Signed-off-by: Remco Post <[email protected]>
Signed-off-by: Remco Post <[email protected]>
Thanks for adding another type def :) just a reminder to update the release.md |
*/ | ||
public queryHostsWithAttachedLun (arg0: string): VcHostSystem[]; | ||
|
||
constructor(vimType: string, sdkConnection: VcSdkConnection, moref: VcManagedObjectReference, vimId: string, sdkId: string, vimHost: VcSdkConnection); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure this object has a constructor? I don't see it in the API explorer (but have it mind that i am not with latest version so mine might be outdated)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
readonly vimId: string; | ||
readonly sdkId: string; | ||
readonly vimHost: VcSdkConnection; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VcStorageManager
class definition
Description
Add the definition of the VcStorageManager class as well as the property in VcServiceContent
Checklist
Fixed #XXX -
orClosed #XXX -
prefix to auto-close the issueTesting
n/a