Uses of Class
com.oracle.bmc.dbmulticloud.model.OracleDbAzureVault.LifecycleState
-
Packages that use OracleDbAzureVault.LifecycleState Package Description com.oracle.bmc.dbmulticloud com.oracle.bmc.dbmulticloud.model com.oracle.bmc.dbmulticloud.requests -
-
Uses of OracleDbAzureVault.LifecycleState in com.oracle.bmc.dbmulticloud
-
Uses of OracleDbAzureVault.LifecycleState in com.oracle.bmc.dbmulticloud.model
Methods in com.oracle.bmc.dbmulticloud.model that return OracleDbAzureVault.LifecycleState Modifier and Type Method Description static OracleDbAzureVault.LifecycleState
OracleDbAzureVault.LifecycleState. create(String key)
OracleDbAzureVault.LifecycleState
OracleDbAzureVault. getLifecycleState()
The lifecycle state of the DB Azure Vault Resource.OracleDbAzureVault.LifecycleState
OracleDbAzureVaultSummary. getLifecycleState()
The current lifecycle state of the Azure Arc Agent Resource.static OracleDbAzureVault.LifecycleState
OracleDbAzureVault.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OracleDbAzureVault.LifecycleState[]
OracleDbAzureVault.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 OracleDbAzureVault.LifecycleState Modifier and Type Method Description OracleDbAzureVault.Builder
OracleDbAzureVault.Builder. lifecycleState(OracleDbAzureVault.LifecycleState lifecycleState)
The lifecycle state of the DB Azure Vault Resource.OracleDbAzureVaultSummary.Builder
OracleDbAzureVaultSummary.Builder. lifecycleState(OracleDbAzureVault.LifecycleState lifecycleState)
The current lifecycle state of the Azure Arc Agent Resource.Constructors in com.oracle.bmc.dbmulticloud.model with parameters of type OracleDbAzureVault.LifecycleState Constructor Description OracleDbAzureVault(String id, String oracleDbConnectorId, String displayName, String oracleDbAzureResourceGroup, String azureVaultId, String compartmentId, String type, String location, Map<String,String> properties, OracleDbAzureVault.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.OracleDbAzureVaultSummary(String id, String displayName, String compartmentId, String oracleDbConnectorId, String azureVaultId, String oracleDbAzureResourceGroup, String type, String location, Map<String,String> properties, OracleDbAzureVault.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 OracleDbAzureVault.LifecycleState in com.oracle.bmc.dbmulticloud.requests
Methods in com.oracle.bmc.dbmulticloud.requests that return OracleDbAzureVault.LifecycleState Modifier and Type Method Description OracleDbAzureVault.LifecycleState
ListOracleDbAzureVaultsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.dbmulticloud.requests with parameters of type OracleDbAzureVault.LifecycleState Modifier and Type Method Description ListOracleDbAzureVaultsRequest.Builder
ListOracleDbAzureVaultsRequest.Builder. lifecycleState(OracleDbAzureVault.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-