Uses of Class
com.oracle.bmc.dbmulticloud.model.OracleDbGcpKey.LifecycleState
-
Packages that use OracleDbGcpKey.LifecycleState Package Description com.oracle.bmc.dbmulticloud com.oracle.bmc.dbmulticloud.model com.oracle.bmc.dbmulticloud.requests -
-
Uses of OracleDbGcpKey.LifecycleState in com.oracle.bmc.dbmulticloud
-
Uses of OracleDbGcpKey.LifecycleState in com.oracle.bmc.dbmulticloud.model
Methods in com.oracle.bmc.dbmulticloud.model that return OracleDbGcpKey.LifecycleState Modifier and Type Method Description static OracleDbGcpKey.LifecycleState
OracleDbGcpKey.LifecycleState. create(String key)
OracleDbGcpKey.LifecycleState
OracleDbGcpKey. getLifecycleState()
The current lifecycle state of the Oracle DB Google Key resource.OracleDbGcpKey.LifecycleState
OracleDbGcpKeySummary. getLifecycleState()
The current lifecycle state of the Oracle DB Google Key resource.static OracleDbGcpKey.LifecycleState
OracleDbGcpKey.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OracleDbGcpKey.LifecycleState[]
OracleDbGcpKey.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dbmulticloud.model with parameters of type OracleDbGcpKey.LifecycleState Modifier and Type Method Description OracleDbGcpKey.Builder
OracleDbGcpKey.Builder. lifecycleState(OracleDbGcpKey.LifecycleState lifecycleState)
The current lifecycle state of the Oracle DB Google Key resource.OracleDbGcpKeySummary.Builder
OracleDbGcpKeySummary.Builder. lifecycleState(OracleDbGcpKey.LifecycleState lifecycleState)
The current lifecycle state of the Oracle DB Google Key resource.Constructors in com.oracle.bmc.dbmulticloud.model with parameters of type OracleDbGcpKey.LifecycleState Constructor Description OracleDbGcpKey(String id, String compartmentId, String displayName, String gcpKeyId, String oracleDbGcpKeyRingId, OracleDbGcpKey.LifecycleState lifecycleState, String lifecycleStateDetails, String resourceType, Object gcpKeyProperties, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.OracleDbGcpKeySummary(String id, String displayName, String compartmentId, String gcpKeyId, String oracleDbGcpKeyRingId, OracleDbGcpKey.LifecycleState lifecycleState, String lifecycleStateDetails, String resourceType, Object gcpKeyProperties, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of OracleDbGcpKey.LifecycleState in com.oracle.bmc.dbmulticloud.requests
Methods in com.oracle.bmc.dbmulticloud.requests that return OracleDbGcpKey.LifecycleState Modifier and Type Method Description OracleDbGcpKey.LifecycleState
ListOracleDbGcpKeysRequest. getLifecycleState()
A filter to return only resources that match the specified lifecycle state.Methods in com.oracle.bmc.dbmulticloud.requests with parameters of type OracleDbGcpKey.LifecycleState Modifier and Type Method Description ListOracleDbGcpKeysRequest.Builder
ListOracleDbGcpKeysRequest.Builder. lifecycleState(OracleDbGcpKey.LifecycleState lifecycleState)
A filter to return only resources that match the specified lifecycle state.
-