Package com.oracle.bmc.opsi.responses
Enum HeadAwrHubObjectResponse.ArchivalState
- java.lang.Object
-
- java.lang.Enum<HeadAwrHubObjectResponse.ArchivalState>
-
- com.oracle.bmc.opsi.responses.HeadAwrHubObjectResponse.ArchivalState
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<HeadAwrHubObjectResponse.ArchivalState>
- Enclosing class:
- HeadAwrHubObjectResponse
public static enum HeadAwrHubObjectResponse.ArchivalState extends Enum<HeadAwrHubObjectResponse.ArchivalState> implements BmcEnum
Archival state of an Awr Hub object.This field is set only for Awr Hub objects in Archive tier.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Archived
Restored
Restoring
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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HeadAwrHubObjectResponse.ArchivalState
create(String key)
String
getValue()
static HeadAwrHubObjectResponse.ArchivalState
valueOf(String name)
Returns the enum constant of this type with the specified name.static HeadAwrHubObjectResponse.ArchivalState[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Archived
public static final HeadAwrHubObjectResponse.ArchivalState Archived
-
Restoring
public static final HeadAwrHubObjectResponse.ArchivalState Restoring
-
Restored
public static final HeadAwrHubObjectResponse.ArchivalState Restored
-
UnknownEnumValue
public static final HeadAwrHubObjectResponse.ArchivalState 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 HeadAwrHubObjectResponse.ArchivalState[] 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 (HeadAwrHubObjectResponse.ArchivalState c : HeadAwrHubObjectResponse.ArchivalState.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HeadAwrHubObjectResponse.ArchivalState 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 HeadAwrHubObjectResponse.ArchivalState create(String key)
-
-