|
VMware vSphere Automation SDK for .NET 6.5.0
|
The IpAllocationParams.IpAllocationScheme enumerated type defines the possible IP allocation schemes that can be supported by the guest software.
More...
Public Types | |
| enum | Values { _UNKNOWN, DHCP, OVF_ENVIRONMENT } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static IpAllocationScheme[] | GetValues () |
| static IpAllocationScheme | ValueOf (string name) |
Static Public Attributes | |
| static readonly IpAllocationScheme | DHCP = new IpAllocationScheme("DHCP", Values.DHCP) |
| It supports DHCP to acquire IP configuration. | |
| static readonly IpAllocationScheme | OVF_ENVIRONMENT = new IpAllocationScheme("OVF_ENVIRONMENT", Values.OVF_ENVIRONMENT) |
| It supports setting the IP configuration through the properties provided in the OVF environment. | |
The IpAllocationParams.IpAllocationScheme enumerated type defines the possible IP allocation schemes that can be 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::IpAllocationScheme::GetEnumValue | ( | ) | [inline] |
| static IpAllocationScheme [] vmware::vcenter::ovf::IpAllocationParams::IpAllocationScheme::GetValues | ( | ) | [inline, static] |
| bool vmware::vcenter::ovf::IpAllocationParams::IpAllocationScheme::IsUnknown | ( | ) | [inline] |
| static IpAllocationScheme vmware::vcenter::ovf::IpAllocationParams::IpAllocationScheme::ValueOf | ( | string | name | ) | [inline, static] |
readonly IpAllocationScheme vmware::vcenter::ovf::IpAllocationParams::IpAllocationScheme::DHCP = new IpAllocationScheme("DHCP", Values.DHCP) [static] |
It supports DHCP to acquire IP configuration.
readonly IpAllocationScheme vmware::vcenter::ovf::IpAllocationParams::IpAllocationScheme::OVF_ENVIRONMENT = new IpAllocationScheme("OVF_ENVIRONMENT", Values.OVF_ENVIRONMENT) [static] |
It supports setting the IP configuration through the properties provided in the OVF environment.