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
Classes | List of all members
Com::Vmware::Appliance::Techpreview::Networking::Ipv6 Class Reference
Inheritance diagram for Com::Vmware::Appliance::Techpreview::Networking::Ipv6:
Com::Vmware::Vapi::Bindings::VapiInterface

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

Detailed Description

Com::Vmware::Appliance::Techpreview::Networking::Ipv6 interface provides methods* Performs IPV4 network configuration for interfaces.

Member Function Documentation

public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::get ( )

Get IPv6 network configuration for interfaces.

Parameters
interfaces[REQUIRED] Network interfaces to query, for example, "nic0". . The value must be Array of String.
Return values
IPv6configuration. The return type will be Array of Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6ConfigReadOnly
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::list ( )

Get IPv6 network configuration for all configured interfaces.

Return values
IPv6configuration for each interface. The return type will be Array of Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6ConfigReadOnly
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::new ( )

Constructor to initialize the object

Parameters
api_provider- protocol connection to use with stubs created by this factory
StubConfig- Stub's additional configuration
Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::set ( )

Set IPv6 network configuration.

Parameters
config[REQUIRED] IPv6 configuration. . The value must be Array of Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6Config.
Exceptions
Com::Vmware::Vapi::Std::Errors::ErrorGeneric error
Code:
click to view

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