public enum VAppIPAssignmentInfoIpAllocationPolicy extends Enum<VAppIPAssignmentInfoIpAllocationPolicy>
Java class for VAppIPAssignmentInfoIpAllocationPolicy.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="VAppIPAssignmentInfoIpAllocationPolicy">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="dhcpPolicy"/>
<enumeration value="transientPolicy"/>
<enumeration value="fixedPolicy"/>
<enumeration value="fixedAllocatedPolicy"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DHCP_POLICY |
FIXED_ALLOCATED_POLICY |
FIXED_POLICY |
TRANSIENT_POLICY |
| Modifier and Type | Method and Description |
|---|---|
static VAppIPAssignmentInfoIpAllocationPolicy |
fromValue(String v) |
String |
value() |
static VAppIPAssignmentInfoIpAllocationPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VAppIPAssignmentInfoIpAllocationPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VAppIPAssignmentInfoIpAllocationPolicy DHCP_POLICY
public static final VAppIPAssignmentInfoIpAllocationPolicy TRANSIENT_POLICY
public static final VAppIPAssignmentInfoIpAllocationPolicy FIXED_POLICY
public static final VAppIPAssignmentInfoIpAllocationPolicy FIXED_ALLOCATED_POLICY
public static VAppIPAssignmentInfoIpAllocationPolicy[] values()
for (VAppIPAssignmentInfoIpAllocationPolicy c : VAppIPAssignmentInfoIpAllocationPolicy.values()) System.out.println(c);
public static VAppIPAssignmentInfoIpAllocationPolicy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static VAppIPAssignmentInfoIpAllocationPolicy fromValue(String v)
Copyright © 2018. All rights reserved.