|
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_interface_name () |
| public method | set_addresses () |
| public method | set_default_gateway () |
| public method | get_autoconf () |
| public method | set_autoconf () |
| public method | get_addresses () |
| public method | set_interface_name () |
| public method | get_dhcp () |
| public method | set_dhcp () |
| public method | new () |
| public method | get_default_gateway () |
Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config class Structure that you can use to configure IPv6 on a particular interface. Because IPv6 permits multiple addresses per interface, addresses can be assigned by DHCP, SLAAC, and can also be statically assigned.
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::get_addresses | ( | ) |
Gets the value of 'addresses' property.
| addresses | - The current value of the field. A list of addresses to be statically assigned. List# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::get_autoconf | ( | ) |
Gets the value of 'autoconf' property.
| autoconf | - The current value of the field. Address is assigned by Stateless Address Autoconfiguration (SLAAC). boolean# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::get_default_gateway | ( | ) |
Gets the value of 'default_gateway' property.
| default_gateway | - The current value of the field. Default gateway for static IP address assignment. This configures the global IPv6 default gateway on the appliance with the specified gateway address and interface. This gateway replaces the existing default gateway configured on the appliance. However, if the gateway address is link-local, then it is added for that interface. This does not support configuration of multiple global default gateways through different interfaces. String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::get_dhcp | ( | ) |
Gets the value of 'dhcp' property.
| dhcp | - The current value of the field. Address assigned by a DHCP server. boolean# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::get_interface_name | ( | ) |
Gets the value of 'interface_name' property.
| interface_name | - The current value of the field. Network interface, for example, "nic0" to configure. String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::set_addresses | ( | ) |
Sets the given value for 'addresses' property.
| addresses | - New value for the field. A list of addresses to be statically assigned. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::set_autoconf | ( | ) |
Sets the given value for 'autoconf' property.
| autoconf | - New value for the field. Address is assigned by Stateless Address Autoconfiguration (SLAAC). |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::set_default_gateway | ( | ) |
Sets the given value for 'default_gateway' property.
| default_gateway | - New value for the field. Default gateway for static IP address assignment. This configures the global IPv6 default gateway on the appliance with the specified gateway address and interface. This gateway replaces the existing default gateway configured on the appliance. However, if the gateway address is link-local, then it is added for that interface. This does not support configuration of multiple global default gateways through different interfaces. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::set_dhcp | ( | ) |
Sets the given value for 'dhcp' property.
| dhcp | - New value for the field. Address assigned by a DHCP server. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::set_interface_name | ( | ) |
Sets the given value for 'interface_name' property.
| interface_name | - New value for the field. Network interface, for example, "nic0" to configure. |
Code: