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

The SourceInfo class contains information about the source published library of a subscribed library. More...

List of all members.

Classes

class  Builder
 Builder class for SourceInfo. More...

Public Member Functions

 SourceInfo ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetSourceLibrary ()
 Identifier of the published library.
void SetSourceLibrary (string sourceLibrary)
 Identifier of the published library.
string GetSubscription ()
 Identifier of the subscription associated with the subscribed library.
void SetSubscription (string subscription)
 Identifier of the subscription associated with the subscribed library.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

The SourceInfo class contains information about the source published library of a subscribed library.

This class was added in vSphere API 6.7.2.


Constructor & Destructor Documentation

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

Generate all-fields constructor only for errors and standard structures that have relevant fields.

Creates a default new instance.


Member Function Documentation

T vmware::content::library::SourceInfo::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::content::library::SourceInfo::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::content::library::SourceInfo::_GetType ( ) [inline]
bool vmware::content::library::SourceInfo::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::content::library::SourceInfo::_Validate ( ) [inline]
override bool vmware::content::library::SourceInfo::Equals ( object  obj) [inline]
override int vmware::content::library::SourceInfo::GetHashCode ( ) [inline]
string vmware::content::library::SourceInfo::GetSourceLibrary ( ) [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 .

string vmware::content::library::SourceInfo::GetSubscription ( ) [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 .

void vmware::content::library::SourceInfo::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 .

void vmware::content::library::SourceInfo::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 .

override string vmware::content::library::SourceInfo::ToString ( ) [inline]

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