Uses of Class
com.oracle.bmc.recovery.model.LifecycleState
-
Packages that use LifecycleState Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.model com.oracle.bmc.recovery.requests -
-
Uses of LifecycleState in com.oracle.bmc.recovery
-
Uses of LifecycleState in com.oracle.bmc.recovery.model
Methods in com.oracle.bmc.recovery.model that return LifecycleState Modifier and Type Method Description static LifecycleState
LifecycleState. create(String key)
LifecycleState
ProtectedDatabase. getLifecycleState()
The current state of the Protected Database.LifecycleState
ProtectedDatabaseSummary. getLifecycleState()
The current state of the Protected Database.LifecycleState
ProtectionPolicy. getLifecycleState()
The current state of the protection policy.LifecycleState
ProtectionPolicySummary. getLifecycleState()
The current state of the Protection Policy.LifecycleState
RecoveryServiceSubnet. getLifecycleState()
The current state of the recovery service subnet.LifecycleState
RecoveryServiceSubnetDetails. getLifecycleState()
The current state of the Recovery Service Subnet.LifecycleState
RecoveryServiceSubnetSummary. getLifecycleState()
The current state of the recovery service subnet.static LifecycleState
LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecycleState[]
LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.recovery.model with parameters of type LifecycleState Modifier and Type Method Description ProtectedDatabase.Builder
ProtectedDatabase.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the Protected Database.ProtectedDatabaseSummary.Builder
ProtectedDatabaseSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the Protected Database.ProtectionPolicy.Builder
ProtectionPolicy.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the protection policy.ProtectionPolicySummary.Builder
ProtectionPolicySummary.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the Protection Policy.RecoveryServiceSubnet.Builder
RecoveryServiceSubnet.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the recovery service subnet.RecoveryServiceSubnetDetails.Builder
RecoveryServiceSubnetDetails.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the Recovery Service Subnet.RecoveryServiceSubnetSummary.Builder
RecoveryServiceSubnetSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the recovery service subnet.Constructors in com.oracle.bmc.recovery.model with parameters of type LifecycleState Constructor Description ProtectedDatabase(String id, String displayName, String compartmentId, String dbUniqueName, String vpcUserName, DatabaseSizes databaseSize, String protectionPolicyId, String policyLockedDateTime, List<RecoveryServiceSubnetDetails> recoveryServiceSubnets, String databaseId, Integer databaseSizeInGBs, Double changeRate, Double compressionRatio, Boolean isRedoLogsShipped, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, Health health, Boolean isReadOnlyResource, String lifecycleDetails, String healthDetails, Metrics metrics, String subscriptionId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ProtectedDatabaseSummary(String id, String displayName, String compartmentId, String dbUniqueName, String vpcUserName, DatabaseSizes databaseSize, String protectionPolicyId, String policyLockedDateTime, List<RecoveryServiceSubnetDetails> recoveryServiceSubnets, String databaseId, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, Health health, String lifecycleDetails, String healthDetails, Boolean isReadOnlyResource, MetricsSummary metrics, String subscriptionId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ProtectionPolicy(String id, String displayName, String compartmentId, Integer backupRetentionPeriodInDays, Boolean isPredefinedPolicy, String policyLockedDateTime, Boolean mustEnforceCloudLocality, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ProtectionPolicySummary(String id, String displayName, String compartmentId, Integer backupRetentionPeriodInDays, Boolean isPredefinedPolicy, String policyLockedDateTime, Boolean mustEnforceCloudLocality, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.RecoveryServiceSubnet(String id, String displayName, String compartmentId, String vcnId, String subnetId, List<String> subnets, List<String> nsgIds, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.RecoveryServiceSubnetDetails(String recoveryServiceSubnetId, LifecycleState lifecycleState)
Deprecated.RecoveryServiceSubnetSummary(String id, String displayName, String compartmentId, String vcnId, String subnetId, List<String> subnets, List<String> nsgIds, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of LifecycleState in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return LifecycleState Modifier and Type Method Description LifecycleState
ListProtectedDatabasesRequest. getLifecycleState()
A filter to return only the resources that match the specified lifecycle state.LifecycleState
ListProtectionPoliciesRequest. getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.LifecycleState
ListRecoveryServiceSubnetsRequest. getLifecycleState()
A filter to return only the resources that match the specified lifecycle state.Methods in com.oracle.bmc.recovery.requests with parameters of type LifecycleState Modifier and Type Method Description ListProtectedDatabasesRequest.Builder
ListProtectedDatabasesRequest.Builder. lifecycleState(LifecycleState lifecycleState)
A filter to return only the resources that match the specified lifecycle state.ListProtectionPoliciesRequest.Builder
ListProtectionPoliciesRequest.Builder. lifecycleState(LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.ListRecoveryServiceSubnetsRequest.Builder
ListRecoveryServiceSubnetsRequest.Builder. lifecycleState(LifecycleState lifecycleState)
A filter to return only the resources that match the specified lifecycle state.
-