VMware vCloud Suite SDK for .NET 6.0.0
vmware::vapi::metadata::privilege::SourceTypes::Info Class Reference

The Source.Info class contains the metadata source information. More...

List of all members.

Public Member Functions

 Info ()
 Creates a default new instance.
string GetDescription ()
 English language human readable description of the source.
void SetDescription (string description)
 English language human readable description of the source.
vmware.vapi.metadata.SourceType Get_Type ()
 Type of the metadata source.
void SetType (vmware.vapi.metadata.SourceType type)
 Type of the metadata source.
string GetFilepath ()
 Absolute file path of the privilege metadata file that has the privilege information about one component element.
void SetFilepath (string filepath)
 Absolute file path of the privilege metadata file that has the privilege information about one component element.
global::System.Uri GetAddress ()
 Connection information for the remote server.
void SetAddress (global::System.Uri address)
 Connection information for the remote server.
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 Source.Info class contains the metadata source information.


Constructor & Destructor Documentation

vmware::vapi::metadata::privilege::SourceTypes::Info::Info ( ) [inline]

Creates a default new instance.


Member Function Documentation

T vmware::vapi::metadata::privilege::SourceTypes::Info::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vapi::metadata::privilege::SourceTypes::Info::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vapi::metadata::privilege::SourceTypes::Info::_GetType ( ) [inline]
bool vmware::vapi::metadata::privilege::SourceTypes::Info::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vapi::metadata::privilege::SourceTypes::Info::_Validate ( ) [inline]
override bool vmware::vapi::metadata::privilege::SourceTypes::Info::Equals ( object  obj) [inline]
vmware.vapi.metadata.SourceType vmware::vapi::metadata::privilege::SourceTypes::Info::Get_Type ( ) [inline]

Type of the metadata source.

global::System.Uri vmware::vapi::metadata::privilege::SourceTypes::Info::GetAddress ( ) [inline]

Connection information for the remote server.

This must be in the format http(s)://IP:port/namespace.

The remote server must support the interfaces in the vmware.vapi.metadata.privilege namespace. It must expose privilege information of one or more components.

string vmware::vapi::metadata::privilege::SourceTypes::Info::GetDescription ( ) [inline]

English language human readable description of the source.

string vmware::vapi::metadata::privilege::SourceTypes::Info::GetFilepath ( ) [inline]

Absolute file path of the privilege metadata file that has the privilege information about one component element.

The filePath is the path to the file in the server's filesystem.

override int vmware::vapi::metadata::privilege::SourceTypes::Info::GetHashCode ( ) [inline]
void vmware::vapi::metadata::privilege::SourceTypes::Info::SetAddress ( global::System.Uri  address) [inline]

Connection information for the remote server.

This must be in the format http(s)://IP:port/namespace.

The remote server must support the interfaces in the vmware.vapi.metadata.privilege namespace. It must expose privilege information of one or more components.

void vmware::vapi::metadata::privilege::SourceTypes::Info::SetDescription ( string  description) [inline]

English language human readable description of the source.

void vmware::vapi::metadata::privilege::SourceTypes::Info::SetFilepath ( string  filepath) [inline]

Absolute file path of the privilege metadata file that has the privilege information about one component element.

The filePath is the path to the file in the server's filesystem.

void vmware::vapi::metadata::privilege::SourceTypes::Info::SetType ( vmware.vapi.metadata.SourceType  type) [inline]

Type of the metadata source.

override string vmware::vapi::metadata::privilege::SourceTypes::Info::ToString ( ) [inline]

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