VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::guest::Ipv6Address Class Reference

The Ipv6Address class specifies the the settings for a Static IPv6 configuration. More...

List of all members.

Classes

class  Builder
 Builder class for Ipv6Address. More...

Public Member Functions

 Ipv6Address ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetIpAddress ()
 Static IPv6 Address.
void SetIpAddress (string ipAddress)
 Static IPv6 Address.
long GetPrefix ()
 The CIDR prefix for the interface.
void SetPrefix (long prefix)
 The CIDR prefix for the interface.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

The Ipv6Address class specifies the the settings for a Static IPv6 configuration.

This class was added in vSphere API 7.0.0.


Constructor & Destructor Documentation

vmware::vcenter::guest::Ipv6Address::Ipv6Address ( ) [inline]

Generate all-fields constructor only for errors and standard structures that have relevant fields.

Creates a default new instance.


Member Function Documentation

T vmware::vcenter::guest::Ipv6Address::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::guest::Ipv6Address::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::guest::Ipv6Address::_GetType ( ) [inline]
bool vmware::vcenter::guest::Ipv6Address::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::guest::Ipv6Address::_Validate ( ) [inline]
override bool vmware::vcenter::guest::Ipv6Address::Equals ( object  obj) [inline]
override int vmware::vcenter::guest::Ipv6Address::GetHashCode ( ) [inline]
string vmware::vcenter::guest::Ipv6Address::GetIpAddress ( ) [inline]

Static IPv6 Address.

This attribute was added in vSphere API 7.0.0.

long vmware::vcenter::guest::Ipv6Address::GetPrefix ( ) [inline]

The CIDR prefix for the interface.

This attribute was added in vSphere API 7.0.0.

void vmware::vcenter::guest::Ipv6Address::SetIpAddress ( string  ipAddress) [inline]

Static IPv6 Address.

This attribute was added in vSphere API 7.0.0.

void vmware::vcenter::guest::Ipv6Address::SetPrefix ( long  prefix) [inline]

The CIDR prefix for the interface.

This attribute was added in vSphere API 7.0.0.

override string vmware::vcenter::guest::Ipv6Address::ToString ( ) [inline]

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