|
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 | add () |
| public method | new () |
| public method | list () |
| public method | set () |
Com::Vmware::Appliance::Networking::Dns::Domains interface provides methods* DNS search domains.
| public method Com::Vmware::Appliance::Networking::Dns::Domains::add | ( | ) |
Add domain to DNS search domains.
| domain | [REQUIRED] Domain to add. . The value must be String. |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Networking::Dns::Domains::list | ( | ) |
Get list of DNS search domains.
| List | of domains. The return type will be Array of String |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Networking::Dns::Domains::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::Domains::set | ( | ) |
Set DNS search domains.
| domains | [REQUIRED] List of domains. . The value must be Array of String. |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code: