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
 All Classes Files Functions
List of all members
Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config Class Reference
Inheritance diagram for Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config:

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 ()
 

Detailed Description

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.

Member Function Documentation

public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::get_addresses ( )

Gets the value of 'addresses' property.

Return values
addresses- The current value of the field. A list of addresses to be statically assigned. List#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::get_autoconf ( )

Gets the value of 'autoconf' property.

Return values
autoconf- The current value of the field. Address is assigned by Stateless Address Autoconfiguration (SLAAC). boolean#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::get_default_gateway ( )

Gets the value of 'default_gateway' property.

Return values
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:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::get_dhcp ( )

Gets the value of 'dhcp' property.

Return values
dhcp- The current value of the field. Address assigned by a DHCP server. boolean#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::get_interface_name ( )

Gets the value of 'interface_name' property.

Return values
interface_name- The current value of the field. Network interface, for example, "nic0" to configure. String#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::new ( )

Constructor to initialize the Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::set_addresses ( )

Sets the given value for 'addresses' property.

Parameters
addresses- New value for the field. A list of addresses to be statically assigned.
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::set_autoconf ( )

Sets the given value for 'autoconf' property.

Parameters
autoconf- New value for the field. Address is assigned by Stateless Address Autoconfiguration (SLAAC).
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::set_default_gateway ( )

Sets the given value for 'default_gateway' property.

Parameters
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:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::set_dhcp ( )

Sets the given value for 'dhcp' property.

Parameters
dhcp- New value for the field. Address assigned by a DHCP server.
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config::set_interface_name ( )

Sets the given value for 'interface_name' property.

Parameters
interface_name- New value for the field. Network interface, for example, "nic0" to configure.
Code:
click to view

The documentation for this class was generated from the following file: