public enum LicenseAssignmentFailedReason extends Enum<LicenseAssignmentFailedReason>
Java class for LicenseAssignmentFailedReason.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="LicenseAssignmentFailedReason">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="keyEntityMismatch"/>
<enumeration value="downgradeDisallowed"/>
<enumeration value="inventoryNotManageableByVirtualCenter"/>
<enumeration value="hostsUnmanageableByVirtualCenterWithoutLicenseServer"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DOWNGRADE_DISALLOWED |
HOSTS_UNMANAGEABLE_BY_VIRTUAL_CENTER_WITHOUT_LICENSE_SERVER |
INVENTORY_NOT_MANAGEABLE_BY_VIRTUAL_CENTER |
KEY_ENTITY_MISMATCH |
| Modifier and Type | Method and Description |
|---|---|
static LicenseAssignmentFailedReason |
fromValue(String v) |
String |
value() |
static LicenseAssignmentFailedReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseAssignmentFailedReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LicenseAssignmentFailedReason KEY_ENTITY_MISMATCH
public static final LicenseAssignmentFailedReason DOWNGRADE_DISALLOWED
public static final LicenseAssignmentFailedReason INVENTORY_NOT_MANAGEABLE_BY_VIRTUAL_CENTER
public static final LicenseAssignmentFailedReason HOSTS_UNMANAGEABLE_BY_VIRTUAL_CENTER_WITHOUT_LICENSE_SERVER
public static LicenseAssignmentFailedReason[] values()
for (LicenseAssignmentFailedReason c : LicenseAssignmentFailedReason.values()) System.out.println(c);
public static LicenseAssignmentFailedReason 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 LicenseAssignmentFailedReason fromValue(String v)
Copyright © 2018. All rights reserved.