|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for SourceInfo. More...
Public Member Functions | |
| Builder () | |
| Constructor with parameters for the required properties of SourceInfo. | |
| Builder | SetSourceLibrary (string sourceLibrary) |
| Identifier of the published library. | |
| Builder | SetSubscription (string subscription) |
| Identifier of the subscription associated with the subscribed library. | |
| SourceInfo | Build () |
Builder class for SourceInfo.
| vmware::content::library::SourceInfo::Builder::Builder | ( | ) | [inline] |
Constructor with parameters for the required properties of SourceInfo.
| SourceInfo vmware::content::library::SourceInfo::Builder::Build | ( | ) | [inline] |
| Builder vmware::content::library::SourceInfo::Builder::SetSourceLibrary | ( | string | sourceLibrary | ) | [inline] |
Identifier of the published library.
This attribute was added in vSphere API 6.7.2. When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.content.Library . When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.content.Library .
| Builder vmware::content::library::SourceInfo::Builder::SetSubscription | ( | string | subscription | ) | [inline] |
Identifier of the subscription associated with the subscribed library.
This attribute was added in vSphere API 6.7.2. When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.content.library.Subscriptions . When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.content.library.Subscriptions .