The Source.Info class contains the metadata source information.
More...
List of all members.
Detailed Description
The Source.Info class contains the metadata source information.
Constructor & Destructor Documentation
| vmware::vapi::metadata::cli::SourceTypes::Info::Info |
( |
| ) |
[inline] |
Creates a default new instance.
Member Function Documentation
| T vmware::vapi::metadata::cli::SourceTypes::Info::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| vmware.vapi.data.StructValue vmware::vapi::metadata::cli::SourceTypes::Info::_GetDataValue |
( |
| ) |
[inline] |
| vmware.vapi.bindings.type.StructType vmware::vapi::metadata::cli::SourceTypes::Info::_GetType |
( |
| ) |
[inline] |
| bool vmware::vapi::metadata::cli::SourceTypes::Info::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| void vmware::vapi::metadata::cli::SourceTypes::Info::_Validate |
( |
| ) |
[inline] |
| override bool vmware::vapi::metadata::cli::SourceTypes::Info::Equals |
( |
object |
obj | ) |
[inline] |
The type ( FILE, REMOTE) of the metadata source.
| global::System.Uri vmware::vapi::metadata::cli::SourceTypes::Info::GetAddress |
( |
| ) |
[inline] |
Connection information for the remote server.
This should be in the format http(s)://IP:port/namespace.
The remote server must contain the interfaces in the vmware.vapi.metadata.cli namespace. It must expose CLI information of one or more components.
| string vmware::vapi::metadata::cli::SourceTypes::Info::GetDescription |
( |
| ) |
[inline] |
English language human readable description of the source.
| string vmware::vapi::metadata::cli::SourceTypes::Info::GetFilepath |
( |
| ) |
[inline] |
Absolute file path of the CLI metadata file that has the CLI information about one component.
The filepath is the path to the file in the server's filesystem.
| override int vmware::vapi::metadata::cli::SourceTypes::Info::GetHashCode |
( |
| ) |
[inline] |
| void vmware::vapi::metadata::cli::SourceTypes::Info::SetAddress |
( |
global::System.Uri |
address | ) |
[inline] |
Connection information for the remote server.
This should be in the format http(s)://IP:port/namespace.
The remote server must contain the interfaces in the vmware.vapi.metadata.cli namespace. It must expose CLI information of one or more components.
| void vmware::vapi::metadata::cli::SourceTypes::Info::SetDescription |
( |
string |
description | ) |
[inline] |
English language human readable description of the source.
| void vmware::vapi::metadata::cli::SourceTypes::Info::SetFilepath |
( |
string |
filepath | ) |
[inline] |
Absolute file path of the CLI metadata file that has the CLI information about one component.
The filepath is the path to the file in the server's filesystem.
The type ( FILE, REMOTE) of the metadata source.
| override string vmware::vapi::metadata::cli::SourceTypes::Info::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: