|
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 | get_description () |
| public method | set_operations () |
| public method | set_description () |
| public method | get_operations () |
| public method | set_name () |
| public method | new () |
| public method | get_name () |
Com::Vmware::Appliance::Techpreview::Services::ServiceInfo class Structure that describes a service and the operations you can perform on a service.
| public method Com::Vmware::Appliance::Techpreview::Services::ServiceInfo::get_description | ( | ) |
Gets the value of 'description' property.
| description | - The current value of the field. A description of the service. The description can be empty. String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Services::ServiceInfo::get_name | ( | ) |
Gets the value of 'name' property.
| name | - The current value of the field. The name of the service, for example, "vmware-vpxd". This name is unique per machine. String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Services::ServiceInfo::get_operations | ( | ) |
Gets the value of 'operations' property.
| operations | - The current value of the field. The operations encoded in an array, supported by the service. List# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Services::ServiceInfo::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Techpreview::Services::ServiceInfo structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Services::ServiceInfo::set_description | ( | ) |
Sets the given value for 'description' property.
| description | - New value for the field. A description of the service. The description can be empty. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Services::ServiceInfo::set_name | ( | ) |
Sets the given value for 'name' property.
| name | - New value for the field. The name of the service, for example, "vmware-vpxd". This name is unique per machine. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Services::ServiceInfo::set_operations | ( | ) |
Sets the given value for 'operations' property.
| operations | - New value for the field. The operations encoded in an array, supported by the service. |
Code: