|
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 | Message |
| class | MessageStatus |
| class | TestStatus |
| class | TestStatusInfo |
Avaliable Methods | |
| public method | test () |
| public method | get () |
| public method | new () |
| public method | set () |
Com::Vmware::Appliance::Networking::Dns::Hostname interface provides methods* Performs operations on Fully Qualified Doman Name.
| public method Com::Vmware::Appliance::Networking::Dns::Hostname::get | ( | ) |
Get the Fully Qualified Doman Name.
| FQDN. | The return type will be String |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Networking::Dns::Hostname::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:
| public method Com::Vmware::Appliance::Networking::Dns::Hostname::set | ( | ) |
Set the Fully Qualified Domain Name.
| name | [REQUIRED] FQDN. . The value must be String. |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Networking::Dns::Hostname::test | ( | ) |
Test the Fully Qualified Domain Name.
| name | [REQUIRED] FQDN. . The value must be String. |
| FQDN | status The return type will be Com::Vmware::Appliance::Networking::Dns::Hostname::TestStatusInfo |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code: