|
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
|
Classes | |
| class | ServiceStatus |
Avaliable Methods | |
| public method | get () |
| public method | new () |
Com::Vmware::Appliance::Techpreview::Services::Status interface provides methods* Get status of a service.
| public method Com::Vmware::Appliance::Techpreview::Services::Status::get | ( | ) |
Get status of a service.
| name | [REQUIRED] Name of a service. . The value must be String. |
| timeout | [REQUIRED] Timeout in seconds. Zero (0) means no timeout. . The value must be Long. |
| Status | of the service. The return type will be Com::Vmware::Appliance::Techpreview::Services::Status::ServiceStatus |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Techpreview::Services::Status::new | ( | ) |
Constructor to initialize the object
| api_provider | - protocol connection to use with stubs created by this factory |
| StubConfig | - Stub's additional configuration |
| Blessed | object |
Code: