|
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::CreateSpec class contains the registration information of a privilege source.
| public method Com::Vmware::Vapi::Metadata::Privilege::Source::CreateSpec::get_address | ( | ) |
Gets the value of 'address' property.
| address | - The current value of the field. Connection information of the remote server. This should be of the format http(s)://IP:port/namespace. |
The remote server should contain the interfaces in :mod:com.vmware.vapi.metadata.metamodel package . It could expose metamodel information of one or more components.
optional#
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::Source::CreateSpec::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::CreateSpec::get_filepath | ( | ) |
Gets the value of 'filepath' property.
| filepath | - The current value of the field. Absolute file path of the metamodel metadata file that has the metamodel information about one component element. optional# |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::Source::CreateSpec::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::CreateSpec::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Metadata::Privilege::Source::CreateSpec structure
| Blessed | object |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::Source::CreateSpec::set_address | ( | ) |
Sets the given value for 'address' property.
| address | - New value for the field. Connection information of the remote server. This should be of the format http(s)://IP:port/namespace. |
The remote server should contain the interfaces in :mod:com.vmware.vapi.metadata.metamodel package . It could expose metamodel information of one or more components.
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::Source::CreateSpec::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::CreateSpec::set_filepath | ( | ) |
Sets the given value for 'filepath' property.
| filepath | - New value for the field. Absolute file path of the metamodel metadata file that has the metamodel information about one component element. |
Code:
| public method Com::Vmware::Vapi::Metadata::Privilege::Source::CreateSpec::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. Type of the metadata source. |
Code: