|
VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
|
Avaliable Methods | |
| public method | set_path () |
| public method | set_name () |
| public method | new () |
| public method | get_name () |
| public method | get_path () |
The Com::Vmware::Vapi::Metadata::Cli::Namespace::Identity class uniquely identifies a namespace in the CLI namespace tree.
| public method Com::Vmware::Vapi::Metadata::Cli::Namespace::Identity::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. The name displayed to the user for this namespace. String# |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Namespace::Identity::get_path | ( | ) |
Gets the value of 'path' property.
| path | - The current value of the field. The dot-separated path of the namespace containing the namespace in the CLI node tree. For top-level namespace this will be empty. String# |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Namespace::Identity::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Metadata::Cli::Namespace::Identity structure
| Blessed | object |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Namespace::Identity::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. The name displayed to the user for this namespace. |
Code:
| public method Com::Vmware::Vapi::Metadata::Cli::Namespace::Identity::set_path | ( | ) |
Sets the given value for 'path' property.
| path | - New value for the field. The dot-separated path of the namespace containing the namespace in the CLI node tree. For top-level namespace this will be empty. |
Code: