VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Ipv6
class specifies the IPv6 settings that need to be applied to a virtual network adapter.
More...
Classes | |
class | Builder |
Builder class for Ipv6. More... | |
class | Type |
The Ipv6.Type enumerated type specifies different types of the IPv6 configuration. More... | |
Public Member Functions | |
Ipv6 () | |
Generate all-fields constructor only for errors and standard structures that have relevant fields. | |
vmware.vcenter.guest.Ipv6.Type | Get_Type () |
The IPv6 configuration type. | |
void | SetType (vmware.vcenter.guest.Ipv6.Type type) |
The IPv6 configuration type. | |
global::System.Collections.Generic.List < vmware.vcenter.guest.Ipv6Address > | GetIpv6 () |
IPv6 address. | |
void | SetIpv6 (global::System.Collections.Generic.List< vmware.vcenter.guest.Ipv6Address > ipv6) |
IPv6 address. | |
global::System.Collections.Generic.List < string > | GetGateways () |
gateways for the IPv6 address. | |
void | SetGateways (global::System.Collections.Generic.List< string > gateways) |
gateways for the IPv6 address. | |
vmware.vapi.bindings.type.StructType | _GetType () |
vmware.vapi.data.StructValue | _GetDataValue () |
void | _Validate () |
bool | _HasTypeNameOf< T > () |
T | _ConvertTo< T > () |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
The Ipv6
class specifies the IPv6 settings that need to be applied to a virtual network adapter.
This class was added in vSphere API 7.0.0.
vmware::vcenter::guest::Ipv6::Ipv6 | ( | ) | [inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
T vmware::vcenter::guest::Ipv6::_ConvertTo< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
vmware.vapi.data.StructValue vmware::vcenter::guest::Ipv6::_GetDataValue | ( | ) | [inline] |
vmware.vapi.bindings.type.StructType vmware::vcenter::guest::Ipv6::_GetType | ( | ) | [inline] |
bool vmware::vcenter::guest::Ipv6::_HasTypeNameOf< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
void vmware::vcenter::guest::Ipv6::_Validate | ( | ) | [inline] |
override bool vmware::vcenter::guest::Ipv6::Equals | ( | object | obj | ) | [inline] |
vmware.vcenter.guest.Ipv6.Type vmware::vcenter::guest::Ipv6::Get_Type | ( | ) | [inline] |
The IPv6 configuration type.
This attribute was added in vSphere API 7.0.0.
global::System.Collections.Generic.List<string> vmware::vcenter::guest::Ipv6::GetGateways | ( | ) | [inline] |
gateways for the IPv6 address.
This attribute was added in vSphere API 7.0.0.
override int vmware::vcenter::guest::Ipv6::GetHashCode | ( | ) | [inline] |
global::System.Collections.Generic.List<vmware.vcenter.guest.Ipv6Address> vmware::vcenter::guest::Ipv6::GetIpv6 | ( | ) | [inline] |
IPv6 address.
This attribute was added in vSphere API 7.0.0.
void vmware::vcenter::guest::Ipv6::SetGateways | ( | global::System.Collections.Generic.List< string > | gateways | ) | [inline] |
gateways for the IPv6 address.
This attribute was added in vSphere API 7.0.0.
void vmware::vcenter::guest::Ipv6::SetIpv6 | ( | global::System.Collections.Generic.List< vmware.vcenter.guest.Ipv6Address > | ipv6 | ) | [inline] |
IPv6 address.
This attribute was added in vSphere API 7.0.0.
void vmware::vcenter::guest::Ipv6::SetType | ( | vmware.vcenter.guest.Ipv6.Type | type | ) | [inline] |
The IPv6 configuration type.
This attribute was added in vSphere API 7.0.0.
override string vmware::vcenter::guest::Ipv6::ToString | ( | ) | [inline] |