Package com.oracle.bmc.ocvp.model
Enum ManagementApplianceLifecycleDetails
- java.lang.Object
-
- java.lang.Enum<ManagementApplianceLifecycleDetails>
-
- com.oracle.bmc.ocvp.model.ManagementApplianceLifecycleDetails
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<ManagementApplianceLifecycleDetails>
@Generated(value="OracleSDKGenerator", comments="API Version: 20230701") public enum ManagementApplianceLifecycleDetails extends Enum<ManagementApplianceLifecycleDetails> implements BmcEnumLifecycle details of management appliance.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CanNotConnectToVcenterCreatingDeletedDeletingFailedHealthyHeartbeatTimeoutUiPluginIsNotRegisteredUnknownDetailsUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.UpdatingWaitingForHeartbeat
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagementApplianceLifecycleDetailscreate(String key)StringgetValue()static ManagementApplianceLifecycleDetailsvalueOf(String name)Returns the enum constant of this type with the specified name.static ManagementApplianceLifecycleDetails[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Healthy
public static final ManagementApplianceLifecycleDetails Healthy
-
Updating
public static final ManagementApplianceLifecycleDetails Updating
-
Deleting
public static final ManagementApplianceLifecycleDetails Deleting
-
Deleted
public static final ManagementApplianceLifecycleDetails Deleted
-
Failed
public static final ManagementApplianceLifecycleDetails Failed
-
Creating
public static final ManagementApplianceLifecycleDetails Creating
-
WaitingForHeartbeat
public static final ManagementApplianceLifecycleDetails WaitingForHeartbeat
-
HeartbeatTimeout
public static final ManagementApplianceLifecycleDetails HeartbeatTimeout
-
CanNotConnectToVcenter
public static final ManagementApplianceLifecycleDetails CanNotConnectToVcenter
-
UiPluginIsNotRegistered
public static final ManagementApplianceLifecycleDetails UiPluginIsNotRegistered
-
UnknownDetails
public static final ManagementApplianceLifecycleDetails UnknownDetails
-
UnknownEnumValue
public static final ManagementApplianceLifecycleDetails UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static ManagementApplianceLifecycleDetails[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ManagementApplianceLifecycleDetails c : ManagementApplianceLifecycleDetails.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ManagementApplianceLifecycleDetails valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
create
public static ManagementApplianceLifecycleDetails create(String key)
-
-