public enum ResourceType extends Enum<ResourceType>
Modifier and Type | Method and Description |
---|---|
String |
fromEnum() |
static ResourceType |
fromString(String enumTypeVar) |
static ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceType $UNKNOWN
public static final ResourceType $REDACTED
public static final ResourceType VM
public static final ResourceType MH_VM
public static final ResourceType IMAGE
public static final ResourceType SUBNET
public static final ResourceType CLUSTER
public static final ResourceType HOST
public static final ResourceType REPORT
public static final ResourceType MARKETPLACE_ITEM
public static final ResourceType BLUEPRINT
public static final ResourceType APP
public static final ResourceType VOLUMEGROUP
public static final ResourceType IMAGE_PLACEMENT_POLICY
public static final ResourceType NETWORK_SECURITY_POLICY
public static final ResourceType NETWORK_SECURITY_RULE
public static final ResourceType VM_HOST_AFFINITY_POLICY
public static final ResourceType QOS_POLICY
public static final ResourceType NGT_POLICY
public static final ResourceType PROTECTION_RULE
public static final ResourceType ACCESS_CONTROL_POLICY
public static final ResourceType STORAGE_POLICY
public static final ResourceType IMAGE_RATE_LIMIT
public static final ResourceType RECOVERY_PLAN
public static final ResourceType BUNDLE
public static ResourceType[] values()
for (ResourceType c : ResourceType.values()) System.out.println(c);
public static ResourceType 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 static ResourceType fromString(String enumTypeVar)
public String fromEnum()
Copyright © 2023. All rights reserved.