|
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_address () |
| public method | get_description () |
| public method | set_filepath () |
| public method | get_filepath () |
| public method | set_type () |
| public method | set_description () |
| public method | get_address () |
| public method | get_type () |
| public method | new () |
The Com::Vmware::Vapi::Metadata::Privilege::Source::Info class contains the metadata source information.
| public method Com::Vmware::Vapi::Metadata::Privilege::Source::Info::get_address | ( | ) |
Gets the value of 'address' property.
| address | - The current value of the field. 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 :mod:com.vmware.vapi.metadata.privilege package . It must expose privilege information of one or more components.
optional#
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::Source::Info::get_description | ( | ) |
Gets the value of 'description' property.
| description | - The current value of the field. English language human readable description of the source. String# |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::Source::Info::get_filepath | ( | ) |
Gets the value of 'filepath' property.
| filepath | - The current value of the field. 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. optional# |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::Source::Info::get_type | ( | ) |
Gets the value of 'type' property.
| type | - The current value of the field. Type of the metadata source. SourceType# |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::Source::Info::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Metadata::Privilege::Source::Info structure
| Blessed | object |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::Source::Info::set_address | ( | ) |
Sets the given value for 'address' property.
| address | - New value for the field. 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 :mod:com.vmware.vapi.metadata.privilege package . It must expose privilege information of one or more components.
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::Source::Info::set_description | ( | ) |
Sets the given value for 'description' property.
| description | - New value for the field. English language human readable description of the source. |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::Source::Info::set_filepath | ( | ) |
Sets the given value for 'filepath' property.
| filepath | - New value for the field. 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. |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::Source::Info::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. Type of the metadata source. |
Code: