|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
The IpFamily enumerated type defines the Ip address family.
More...
Public Types | |
| enum | Values { _UNKNOWN, IPV4, IPV6 } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static IpFamily[] | GetValues () |
| static IpFamily | ValueOf (string name) |
Static Public Attributes | |
| static readonly IpFamily | IPV4 = new IpFamily("IPV4", Values.IPV4) |
| IPV4 address family. | |
| static readonly IpFamily | IPV6 = new IpFamily("IPV6", Values.IPV6) |
| IPv6 address family. | |
The IpFamily enumerated type defines the Ip address family.
This enumeration was added in vSphere API 6.7.1.
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
| Values vmware::vcenter::vcha::IpFamily::GetEnumValue | ( | ) | [inline] |
| static IpFamily [] vmware::vcenter::vcha::IpFamily::GetValues | ( | ) | [inline, static] |
| bool vmware::vcenter::vcha::IpFamily::IsUnknown | ( | ) | [inline] |
| static IpFamily vmware::vcenter::vcha::IpFamily::ValueOf | ( | string | name | ) | [inline, static] |
readonly IpFamily vmware::vcenter::vcha::IpFamily::IPV4 = new IpFamily("IPV4", Values.IPV4) [static] |
IPV4 address family.
This constant was added in vSphere API 6.7.1.
readonly IpFamily vmware::vcenter::vcha::IpFamily::IPV6 = new IpFamily("IPV6", Values.IPV6) [static] |
IPv6 address family.
This constant was added in vSphere API 6.7.1.