Enum OracleDbGcpIdentityConnector.LifecycleState
- java.lang.Object
-
- java.lang.Enum<OracleDbGcpIdentityConnector.LifecycleState>
-
- com.oracle.bmc.dbmulticloud.model.OracleDbGcpIdentityConnector.LifecycleState
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<OracleDbGcpIdentityConnector.LifecycleState>
- Enclosing class:
- OracleDbGcpIdentityConnector
public static enum OracleDbGcpIdentityConnector.LifecycleState extends Enum<OracleDbGcpIdentityConnector.LifecycleState> implements BmcEnum
The current lifecycle state of the GCP Identity Connector resource.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OracleDbGcpIdentityConnector.LifecycleState
create(String key)
String
getValue()
static OracleDbGcpIdentityConnector.LifecycleState
valueOf(String name)
Returns the enum constant of this type with the specified name.static OracleDbGcpIdentityConnector.LifecycleState[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Creating
public static final OracleDbGcpIdentityConnector.LifecycleState Creating
-
Active
public static final OracleDbGcpIdentityConnector.LifecycleState Active
-
Updating
public static final OracleDbGcpIdentityConnector.LifecycleState Updating
-
Deleting
public static final OracleDbGcpIdentityConnector.LifecycleState Deleting
-
Deleted
public static final OracleDbGcpIdentityConnector.LifecycleState Deleted
-
Failed
public static final OracleDbGcpIdentityConnector.LifecycleState Failed
-
UnknownEnumValue
public static final OracleDbGcpIdentityConnector.LifecycleState 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 OracleDbGcpIdentityConnector.LifecycleState[] 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 (OracleDbGcpIdentityConnector.LifecycleState c : OracleDbGcpIdentityConnector.LifecycleState.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OracleDbGcpIdentityConnector.LifecycleState 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 OracleDbGcpIdentityConnector.LifecycleState create(String key)
-
-