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::IPv6ConfigReadOnly Class Reference
Inheritance diagram for Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6ConfigReadOnly:

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

Detailed Description

Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6ConfigReadOnly class* Structure that defines an existing IPv6 configuration on a particular interface. This structure is read only.

Member Function Documentation

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

Gets the value of 'addresses' property.

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

Gets the value of 'default_gateway' property.

Return values
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:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6ConfigReadOnly::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::IPv6ConfigReadOnly::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" queried. String#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6ConfigReadOnly::get_updateable ( )

Gets the value of 'updateable' property.

Return values
updateable- The current value of the field. This indicates if the network configuration can be updated for the interface. boolean#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6ConfigReadOnly::new ( )

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

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

Sets the given value for 'addresses' property.

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

Sets the given value for 'default_gateway' property.

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

Sets the given value for 'interface_name' property.

Parameters
interface_name- New value for the field. Network interface, for example, "nic0" queried.
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6ConfigReadOnly::set_updateable ( )

Sets the given value for 'updateable' property.

Parameters
updateable- New value for the field. This indicates if the network configuration can be updated for the interface.
Code:
click to view

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