|
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 | IPv6Address |
| class | IPv6AddressOrigin |
| class | IPv6AddressReadOnly |
| class | IPv6AddressStatus |
| class | IPv6Config |
| class | IPv6ConfigReadOnly |
Avaliable Methods | |
| public method | get () |
| public method | new () |
| public method | list () |
| public method | set () |
Com::Vmware::Appliance::Techpreview::Networking::Ipv6 interface provides methods* Performs IPV4 network configuration for interfaces.
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::get | ( | ) |
Get IPv6 network configuration for interfaces.
| interfaces | [REQUIRED] Network interfaces to query, for example, "nic0". . The value must be Array of String. |
| IPv6 | configuration. The return type will be Array of Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6ConfigReadOnly |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::list | ( | ) |
Get IPv6 network configuration for all configured interfaces.
| IPv6 | configuration for each interface. The return type will be Array of Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6ConfigReadOnly |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::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::Techpreview::Networking::Ipv6::set | ( | ) |
Set IPv6 network configuration.
| config | [REQUIRED] IPv6 configuration. . The value must be Array of Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config. |
| Com::Vmware::Vapi::Std::Errors::Error | Generic error |
Code: