VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::vcha::Ipv6Spec Class Reference

The Ipv6Spec class contains IPV6 information used to configure a network interface. More...

List of all members.

Classes

class  Builder
 Builder class for Ipv6Spec. More...

Public Member Functions

 Ipv6Spec ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetAddress ()
 IPv6 address to be used to configure the interface.
void SetAddress (string address)
 IPv6 address to be used to configure the interface.
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 Ipv6Spec class contains IPV6 information used to configure a network interface.

This class was added in vSphere API 6.7.1.


Constructor & Destructor Documentation

vmware::vcenter::vcha::Ipv6Spec::Ipv6Spec ( ) [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::vcha::Ipv6Spec::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::vcha::Ipv6Spec::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::vcha::Ipv6Spec::_GetType ( ) [inline]
bool vmware::vcenter::vcha::Ipv6Spec::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::vcha::Ipv6Spec::_Validate ( ) [inline]
override bool vmware::vcenter::vcha::Ipv6Spec::Equals ( object  obj) [inline]
string vmware::vcenter::vcha::Ipv6Spec::GetAddress ( ) [inline]

IPv6 address to be used to configure the interface.

This attribute was added in vSphere API 6.7.1.

override int vmware::vcenter::vcha::Ipv6Spec::GetHashCode ( ) [inline]
long vmware::vcenter::vcha::Ipv6Spec::GetPrefix ( ) [inline]

The CIDR prefix for the interface.

This attribute was added in vSphere API 6.7.1.

void vmware::vcenter::vcha::Ipv6Spec::SetAddress ( string  address) [inline]

IPv6 address to be used to configure the interface.

This attribute was added in vSphere API 6.7.1.

void vmware::vcenter::vcha::Ipv6Spec::SetPrefix ( long  prefix) [inline]

The CIDR prefix for the interface.

This attribute was added in vSphere API 6.7.1.

override string vmware::vcenter::vcha::Ipv6Spec::ToString ( ) [inline]

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