|
VMware vSphere Automation SDK for .NET 6.5.0
|
The IpAllocationParams.IpProtocol enumerated type defines the IP protocols supported by the guest software.
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 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. | |
The IpAllocationParams.IpProtocol enumerated type defines the IP protocols supported by the guest software.
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::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] |
readonly IpProtocol vmware::vcenter::ovf::IpAllocationParams::IpProtocol::IPV4 = new IpProtocol("IPV4", Values.IPV4) [static] |
It supports the IPv4 protocol.
readonly IpProtocol vmware::vcenter::ovf::IpAllocationParams::IpProtocol::IPV6 = new IpProtocol("IPV6", Values.IPV6) [static] |
It supports the IPv6 protocol.