Uses of Class
com.oracle.bmc.dbmulticloud.model.OracleDbAzureBlobMount.LifecycleState
-
Packages that use OracleDbAzureBlobMount.LifecycleState Package Description com.oracle.bmc.dbmulticloud com.oracle.bmc.dbmulticloud.model com.oracle.bmc.dbmulticloud.requests -
-
Uses of OracleDbAzureBlobMount.LifecycleState in com.oracle.bmc.dbmulticloud
-
Uses of OracleDbAzureBlobMount.LifecycleState in com.oracle.bmc.dbmulticloud.model
Methods in com.oracle.bmc.dbmulticloud.model that return OracleDbAzureBlobMount.LifecycleState Modifier and Type Method Description static OracleDbAzureBlobMount.LifecycleState
OracleDbAzureBlobMount.LifecycleState. create(String key)
OracleDbAzureBlobMount.LifecycleState
OracleDbAzureBlobMount. getLifecycleState()
The current lifecycle state of the Azure Arc Agent Resource.OracleDbAzureBlobMount.LifecycleState
OracleDbAzureBlobMountSummary. getLifecycleState()
The current lifecycle state of the Oracle DB Azure Blob Mount Resource.static OracleDbAzureBlobMount.LifecycleState
OracleDbAzureBlobMount.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OracleDbAzureBlobMount.LifecycleState[]
OracleDbAzureBlobMount.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 OracleDbAzureBlobMount.LifecycleState Modifier and Type Method Description OracleDbAzureBlobMount.Builder
OracleDbAzureBlobMount.Builder. lifecycleState(OracleDbAzureBlobMount.LifecycleState lifecycleState)
The current lifecycle state of the Azure Arc Agent Resource.OracleDbAzureBlobMountSummary.Builder
OracleDbAzureBlobMountSummary.Builder. lifecycleState(OracleDbAzureBlobMount.LifecycleState lifecycleState)
The current lifecycle state of the Oracle DB Azure Blob Mount Resource.Constructors in com.oracle.bmc.dbmulticloud.model with parameters of type OracleDbAzureBlobMount.LifecycleState Constructor Description OracleDbAzureBlobMount(String id, String displayName, String compartmentId, String oracleDbAzureConnectorId, String oracleDbAzureBlobContainerId, String mountPath, OracleDbAzureBlobMount.LifecycleState lifecycleState, String lifecycleStateDetails, Date timeCreated, Date timeUpdated, String lastModification, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.OracleDbAzureBlobMountSummary(String id, String displayName, String compartmentId, String oracleDbAzureConnectorId, String oracleDbAzureBlobContainerId, String mountPath, OracleDbAzureBlobMount.LifecycleState lifecycleState, String lifecycleStateDetails, Date timeCreated, Date timeUpdated, String lastModification, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of OracleDbAzureBlobMount.LifecycleState in com.oracle.bmc.dbmulticloud.requests
Methods in com.oracle.bmc.dbmulticloud.requests that return OracleDbAzureBlobMount.LifecycleState Modifier and Type Method Description OracleDbAzureBlobMount.LifecycleState
ListOracleDbAzureBlobMountsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.dbmulticloud.requests with parameters of type OracleDbAzureBlobMount.LifecycleState Modifier and Type Method Description ListOracleDbAzureBlobMountsRequest.Builder
ListOracleDbAzureBlobMountsRequest.Builder. lifecycleState(OracleDbAzureBlobMount.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-