VMware vCloud Suite SDK for .NET 6.0.0
vmware::vapi::metadata::cli::CommandTypes::Identity Class Reference

The Command.Identity class uniquely identifies a command in the CLI commands tree. More...

List of all members.

Public Member Functions

 Identity ()
 Creates a default new instance.
string GetPath ()
 The dot-separated path of the namespace containing the command in the CLI command tree.
void SetPath (string path)
 The dot-separated path of the namespace containing the command in the CLI command tree.
string GetName ()
 Name of the command.
void SetName (string name)
 Name of the command.
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 Command.Identity class uniquely identifies a command in the CLI commands tree.


Constructor & Destructor Documentation

vmware::vapi::metadata::cli::CommandTypes::Identity::Identity ( ) [inline]

Creates a default new instance.


Member Function Documentation

T vmware::vapi::metadata::cli::CommandTypes::Identity::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vapi::metadata::cli::CommandTypes::Identity::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vapi::metadata::cli::CommandTypes::Identity::_GetType ( ) [inline]
bool vmware::vapi::metadata::cli::CommandTypes::Identity::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vapi::metadata::cli::CommandTypes::Identity::_Validate ( ) [inline]
override bool vmware::vapi::metadata::cli::CommandTypes::Identity::Equals ( object  obj) [inline]
override int vmware::vapi::metadata::cli::CommandTypes::Identity::GetHashCode ( ) [inline]
string vmware::vapi::metadata::cli::CommandTypes::Identity::GetName ( ) [inline]

Name of the command.

string vmware::vapi::metadata::cli::CommandTypes::Identity::GetPath ( ) [inline]

The dot-separated path of the namespace containing the command in the CLI command tree.

void vmware::vapi::metadata::cli::CommandTypes::Identity::SetName ( string  name) [inline]

Name of the command.

void vmware::vapi::metadata::cli::CommandTypes::Identity::SetPath ( string  path) [inline]

The dot-separated path of the namespace containing the command in the CLI command tree.

override string vmware::vapi::metadata::cli::CommandTypes::Identity::ToString ( ) [inline]

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