VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::content::library::SourceInfo::Builder Class Reference

Builder class for SourceInfo. More...

List of all members.

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 ()

Detailed Description

Builder class for SourceInfo.


Constructor & Destructor Documentation

vmware::content::library::SourceInfo::Builder::Builder ( ) [inline]

Constructor with parameters for the required properties of SourceInfo.


Member Function Documentation

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 .


The documentation for this class was generated from the following file: