|
VMware vSphere Automation SDK for .NET 6.5.0
|
The Boot.NetworkProtocol enumerated type defines the valid network boot protocols supported when booting a virtual machine with Boot.Type.EFI firmware over the network.
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 NetworkProtocol[] | GetValues () |
| static NetworkProtocol | ValueOf (string name) |
Static Public Attributes | |
| static readonly NetworkProtocol | IPV4 = new NetworkProtocol("IPV4", Values.IPV4) |
| PXE or Apple NetBoot over IPv4. | |
| static readonly NetworkProtocol | IPV6 = new NetworkProtocol("IPV6", Values.IPV6) |
| PXE over IPv6. | |
The Boot.NetworkProtocol enumerated type defines the valid network boot protocols supported when booting a virtual machine with Boot.Type.EFI firmware over the network.
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::vm::hardware::BootTypes::NetworkProtocol::GetEnumValue | ( | ) | [inline] |
| static NetworkProtocol [] vmware::vcenter::vm::hardware::BootTypes::NetworkProtocol::GetValues | ( | ) | [inline, static] |
| bool vmware::vcenter::vm::hardware::BootTypes::NetworkProtocol::IsUnknown | ( | ) | [inline] |
| static NetworkProtocol vmware::vcenter::vm::hardware::BootTypes::NetworkProtocol::ValueOf | ( | string | name | ) | [inline, static] |
readonly NetworkProtocol vmware::vcenter::vm::hardware::BootTypes::NetworkProtocol::IPV4 = new NetworkProtocol("IPV4", Values.IPV4) [static] |
PXE or Apple NetBoot over IPv4.
readonly NetworkProtocol vmware::vcenter::vm::hardware::BootTypes::NetworkProtocol::IPV6 = new NetworkProtocol("IPV6", Values.IPV6) [static] |
PXE over IPv6.