Package | Description |
---|---|
com.oracle.bmc.recovery | |
com.oracle.bmc.recovery.model | |
com.oracle.bmc.recovery.requests |
Modifier and Type | Method and Description |
---|---|
static LifecycleState |
LifecycleState.create(String key) |
LifecycleState |
RecoveryServiceSubnet.getLifecycleState()
The current state of the recovery service subnet.
|
LifecycleState |
ProtectionPolicy.getLifecycleState()
The current state of the protection policy.
|
LifecycleState |
RecoveryServiceSubnetDetails.getLifecycleState()
The current state of the Recovery Service Subnet.
|
LifecycleState |
ProtectedDatabase.getLifecycleState()
The current state of the Protected Database.
|
LifecycleState |
ProtectionPolicySummary.getLifecycleState()
The current state of the Protection Policy.
|
LifecycleState |
RecoveryServiceSubnetSummary.getLifecycleState()
The current state of the recovery service subnet.
|
LifecycleState |
ProtectedDatabaseSummary.getLifecycleState()
The current state of the Protected Database.
|
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.
|
Modifier and Type | Method and Description |
---|---|
RecoveryServiceSubnet.Builder |
RecoveryServiceSubnet.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the recovery service subnet.
|
ProtectionPolicy.Builder |
ProtectionPolicy.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the protection policy.
|
RecoveryServiceSubnetDetails.Builder |
RecoveryServiceSubnetDetails.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the Recovery Service Subnet.
|
ProtectedDatabase.Builder |
ProtectedDatabase.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the Protected Database.
|
ProtectionPolicySummary.Builder |
ProtectionPolicySummary.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the Protection Policy.
|
RecoveryServiceSubnetSummary.Builder |
RecoveryServiceSubnetSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the recovery service subnet.
|
ProtectedDatabaseSummary.Builder |
ProtectedDatabaseSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the Protected Database.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
LifecycleState |
ListProtectionPoliciesRequest.getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
LifecycleState |
ListProtectedDatabasesRequest.getLifecycleState()
A filter to return only the resources that match the specified lifecycle state.
|
LifecycleState |
ListRecoveryServiceSubnetsRequest.getLifecycleState()
A filter to return only the resources that match the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListProtectionPoliciesRequest.Builder |
ListProtectionPoliciesRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
ListProtectedDatabasesRequest.Builder |
ListProtectedDatabasesRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter to return only the resources that match the specified lifecycle state.
|
ListRecoveryServiceSubnetsRequest.Builder |
ListRecoveryServiceSubnetsRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter to return only the resources that match the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.