Uses of Class
com.oracle.bmc.dbmulticloud.model.OracleDbAzureBlobContainer.LifecycleState
-
Packages that use OracleDbAzureBlobContainer.LifecycleState Package Description com.oracle.bmc.dbmulticloud com.oracle.bmc.dbmulticloud.model com.oracle.bmc.dbmulticloud.requests -
-
Uses of OracleDbAzureBlobContainer.LifecycleState in com.oracle.bmc.dbmulticloud
-
Uses of OracleDbAzureBlobContainer.LifecycleState in com.oracle.bmc.dbmulticloud.model
Methods in com.oracle.bmc.dbmulticloud.model that return OracleDbAzureBlobContainer.LifecycleState Modifier and Type Method Description static OracleDbAzureBlobContainer.LifecycleState
OracleDbAzureBlobContainer.LifecycleState. create(String key)
OracleDbAzureBlobContainer.LifecycleState
OracleDbAzureBlobContainer. getLifecycleState()
The current lifecycle state of the Oracle DB Azure Blob Container Resource.OracleDbAzureBlobContainer.LifecycleState
OracleDbAzureBlobContainerSummary. getLifecycleState()
The current lifecycle state of the Azure Arc Agent Resource.static OracleDbAzureBlobContainer.LifecycleState
OracleDbAzureBlobContainer.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OracleDbAzureBlobContainer.LifecycleState[]
OracleDbAzureBlobContainer.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 OracleDbAzureBlobContainer.LifecycleState Modifier and Type Method Description OracleDbAzureBlobContainer.Builder
OracleDbAzureBlobContainer.Builder. lifecycleState(OracleDbAzureBlobContainer.LifecycleState lifecycleState)
The current lifecycle state of the Oracle DB Azure Blob Container Resource.OracleDbAzureBlobContainerSummary.Builder
OracleDbAzureBlobContainerSummary.Builder. lifecycleState(OracleDbAzureBlobContainer.LifecycleState lifecycleState)
The current lifecycle state of the Azure Arc Agent Resource.Constructors in com.oracle.bmc.dbmulticloud.model with parameters of type OracleDbAzureBlobContainer.LifecycleState Constructor Description OracleDbAzureBlobContainer(String id, String compartmentId, String displayName, String privateEndpointIpAddress, String privateEndpointDnsAlias, String azureStorageAccountName, String azureStorageContainerName, OracleDbAzureBlobContainer.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.OracleDbAzureBlobContainerSummary(String id, String displayName, String compartmentId, String privateEndpointIpAddress, String privateEndpointDnsAlias, String azureStorageAccountName, String azureStorageContainerName, OracleDbAzureBlobContainer.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 OracleDbAzureBlobContainer.LifecycleState in com.oracle.bmc.dbmulticloud.requests
Methods in com.oracle.bmc.dbmulticloud.requests that return OracleDbAzureBlobContainer.LifecycleState Modifier and Type Method Description OracleDbAzureBlobContainer.LifecycleState
ListOracleDbAzureBlobContainersRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.dbmulticloud.requests with parameters of type OracleDbAzureBlobContainer.LifecycleState Modifier and Type Method Description ListOracleDbAzureBlobContainersRequest.Builder
ListOracleDbAzureBlobContainersRequest.Builder. lifecycleState(OracleDbAzureBlobContainer.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-