|
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 | get_updateable () |
| public method | new () |
| public method | set_updateable () |
| public method | get_default_gateway () |
Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6ConfigReadOnly class* Structure that defines an existing IPv6 configuration on a particular interface. This structure is read only.
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6ConfigReadOnly::get_addresses | ( | ) |
Gets the value of 'addresses' property.
| addresses | - The current value of the field. A list of all addresses assigned to this interface. The origin field of each address determines how the address was assigned, for example, statically, by DHCP, SLAAC. List# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6ConfigReadOnly::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::IPv6ConfigReadOnly::get_default_gateway | ( | ) |
Gets the value of 'default_gateway' property.
| default_gateway | - The current value of the field. Default gateway. 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::IPv6ConfigReadOnly::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::IPv6ConfigReadOnly::get_interface_name | ( | ) |
Gets the value of 'interface_name' property.
| interface_name | - The current value of the field. Network interface, for example, "nic0" queried. String# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6ConfigReadOnly::get_updateable | ( | ) |
Gets the value of 'updateable' property.
| updateable | - The current value of the field. This indicates if the network configuration can be updated for the interface. boolean# |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6ConfigReadOnly::new | ( | ) |
Constructor to initialize the Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6ConfigReadOnly structure
| Blessed | object |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6ConfigReadOnly::set_addresses | ( | ) |
Sets the given value for 'addresses' property.
| addresses | - New value for the field. A list of all addresses assigned to this interface. The origin field of each address determines how the address was assigned, for example, statically, by DHCP, SLAAC. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6ConfigReadOnly::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::IPv6ConfigReadOnly::set_default_gateway | ( | ) |
Sets the given value for 'default_gateway' property.
| default_gateway | - New value for the field. Default gateway. 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::IPv6ConfigReadOnly::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::IPv6ConfigReadOnly::set_interface_name | ( | ) |
Sets the given value for 'interface_name' property.
| interface_name | - New value for the field. Network interface, for example, "nic0" queried. |
Code:
| public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6ConfigReadOnly::set_updateable | ( | ) |
Sets the given value for 'updateable' property.
| updateable | - New value for the field. This indicates if the network configuration can be updated for the interface. |
Code: