VMware vCloud Suite SDK for .NET 6.0.0
vmware::vcenter::ovf::IpAllocationParams::IpProtocol Class Reference

The IpAllocationParams.IpProtocol enumerated type defines the IP protocols supported by the guest software. 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 IpProtocol[] GetValues ()
static IpProtocol ValueOf (string name)

Static Public Attributes

static readonly IpProtocol IPV4 = new IpProtocol("IPV4", Values.IPV4)
 It supports the IPv4 protocol.
static readonly IpProtocol IPV6 = new IpProtocol("IPV6", Values.IPV6)
 It supports the IPv6 protocol.

Detailed Description

The IpAllocationParams.IpProtocol enumerated type defines the IP protocols supported by the guest software.


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 

It supports the IPv4 protocol.

IPV6 

It supports the IPv6 protocol.


Member Function Documentation

Values vmware::vcenter::ovf::IpAllocationParams::IpProtocol::GetEnumValue ( ) [inline]
static IpProtocol [] vmware::vcenter::ovf::IpAllocationParams::IpProtocol::GetValues ( ) [inline, static]
bool vmware::vcenter::ovf::IpAllocationParams::IpProtocol::IsUnknown ( ) [inline]
static IpProtocol vmware::vcenter::ovf::IpAllocationParams::IpProtocol::ValueOf ( string  name) [inline, static]

Member Data Documentation

It supports the IPv4 protocol.

It supports the IPv6 protocol.


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