Uses of Class
com.oracle.bmc.dbmulticloud.model.OracleDbGcpKeyRing.LifecycleState
-
Packages that use OracleDbGcpKeyRing.LifecycleState Package Description com.oracle.bmc.dbmulticloud com.oracle.bmc.dbmulticloud.model com.oracle.bmc.dbmulticloud.requests -
-
Uses of OracleDbGcpKeyRing.LifecycleState in com.oracle.bmc.dbmulticloud
-
Uses of OracleDbGcpKeyRing.LifecycleState in com.oracle.bmc.dbmulticloud.model
Methods in com.oracle.bmc.dbmulticloud.model that return OracleDbGcpKeyRing.LifecycleState Modifier and Type Method Description static OracleDbGcpKeyRing.LifecycleState
OracleDbGcpKeyRing.LifecycleState. create(String key)
OracleDbGcpKeyRing.LifecycleState
OracleDbGcpKeyRing. getLifecycleState()
The lifecycle state of the Oracle DB GCP Key Ring resource.OracleDbGcpKeyRing.LifecycleState
OracleDbGcpKeyRingSummary. getLifecycleState()
The lifecycle state of the Oracle DB GCP Key Ring resource.static OracleDbGcpKeyRing.LifecycleState
OracleDbGcpKeyRing.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OracleDbGcpKeyRing.LifecycleState[]
OracleDbGcpKeyRing.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 OracleDbGcpKeyRing.LifecycleState Modifier and Type Method Description OracleDbGcpKeyRing.Builder
OracleDbGcpKeyRing.Builder. lifecycleState(OracleDbGcpKeyRing.LifecycleState lifecycleState)
The lifecycle state of the Oracle DB GCP Key Ring resource.OracleDbGcpKeyRingSummary.Builder
OracleDbGcpKeyRingSummary.Builder. lifecycleState(OracleDbGcpKeyRing.LifecycleState lifecycleState)
The lifecycle state of the Oracle DB GCP Key Ring resource.Constructors in com.oracle.bmc.dbmulticloud.model with parameters of type OracleDbGcpKeyRing.LifecycleState Constructor Description OracleDbGcpKeyRing(String id, String oracleDbConnectorId, String displayName, String gcpKeyRingId, String compartmentId, String type, String location, Map<String,String> properties, OracleDbGcpKeyRing.LifecycleState lifecycleState, String lifecycleStateDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.OracleDbGcpKeyRingSummary(String id, String displayName, String compartmentId, String oracleDbConnectorId, String gcpKeyRingId, String type, String location, Map<String,String> properties, OracleDbGcpKeyRing.LifecycleState lifecycleState, String lifecycleStateDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of OracleDbGcpKeyRing.LifecycleState in com.oracle.bmc.dbmulticloud.requests
Methods in com.oracle.bmc.dbmulticloud.requests that return OracleDbGcpKeyRing.LifecycleState Modifier and Type Method Description OracleDbGcpKeyRing.LifecycleState
ListOracleDbGcpKeyRingsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.dbmulticloud.requests with parameters of type OracleDbGcpKeyRing.LifecycleState Modifier and Type Method Description ListOracleDbGcpKeyRingsRequest.Builder
ListOracleDbGcpKeyRingsRequest.Builder. lifecycleState(OracleDbGcpKeyRing.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-