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

Avaliable Methods

public method set_prefix ()
 
public method get_address ()
 
public method set_origin ()
 
public method set_address ()
 
public method get_prefix ()
 
public method new ()
 
public method set_status ()
 
public method get_origin ()
 
public method get_status ()
 

Detailed Description

Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6AddressReadOnly class* Structure that you can use to get information about an IPv6 address along with its origin and status.

Member Function Documentation

public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6AddressReadOnly::get_address ( )

Gets the value of 'address' property.

Return values
address- The current value of the field. IPv6 address, for example, fc00:10:20:83:20c:29ff:fe94:bb5a. String#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6AddressReadOnly::get_origin ( )

Gets the value of 'origin' property.

Return values
origin- The current value of the field. Origin of the IPv6 address. For more information, see RFC 4293. IPv6AddressOrigin#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6AddressReadOnly::get_prefix ( )

Gets the value of 'prefix' property.

Return values
prefix- The current value of the field. IPv6 CIDR prefix, for example, 64. long#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6AddressReadOnly::get_status ( )

Gets the value of 'status' property.

Return values
status- The current value of the field. Status of the IPv6 address. For more information, see RFC 4293. IPv6AddressStatus#
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6AddressReadOnly::new ( )

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

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

Sets the given value for 'address' property.

Parameters
address- New value for the field. IPv6 address, for example, fc00:10:20:83:20c:29ff:fe94:bb5a.
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6AddressReadOnly::set_origin ( )

Sets the given value for 'origin' property.

Parameters
origin- New value for the field. Origin of the IPv6 address. For more information, see RFC 4293.
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6AddressReadOnly::set_prefix ( )

Sets the given value for 'prefix' property.

Parameters
prefix- New value for the field. IPv6 CIDR prefix, for example, 64.
Code:
click to view
public method Com::Vmware::Appliance::Techpreview::Networking::Ipv6::IPv6AddressReadOnly::set_status ( )

Sets the given value for 'status' property.

Parameters
status- New value for the field. Status of the IPv6 address. For more information, see RFC 4293.
Code:
click to view

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