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

The IpFamily enumerated type defines the Ip address family. More...

List of all members.

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.

Detailed Description

The IpFamily enumerated type defines the Ip address family.

This enumeration was added in vSphere API 6.7.1.


Member Enumeration Documentation

C# enum whose values can be used in switch statements.

Ordinals have no semantic meaning (your code should not rely on them).

Enumerator:
_UNKNOWN 

Special enumeration constant which is used to represent constants that do not exist in the current enum binding.

For example if a client sends a new constant to an older server, the server code will see this special constant, because its enum binding lacks the new constant.

IPV4 

IPV4 address family.

This constant was added in vSphere API 6.7.1.

IPV6 

IPv6 address family.

This constant was added in vSphere API 6.7.1.


Member Function Documentation

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]

Member Data Documentation

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.


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