Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.model |
Modifier and Type | Class and Description |
---|---|
class |
DrProtectionGroupMemberAutonomousContainerDatabase
The properties for an Autonomous Container Database member of a DR protection group.
|
class |
DrProtectionGroupMemberAutonomousDatabase
The properties for an Autonomous Database Serverless member of a DR protection group.
|
class |
DrProtectionGroupMemberComputeInstance
Deprecated.
|
class |
DrProtectionGroupMemberComputeInstanceMovable
Properties for a movable compute instance member of a DR protection group.
|
class |
DrProtectionGroupMemberComputeInstanceNonMovable
Properties for a non-movable compute instance member of a DR protection group.
|
class |
DrProtectionGroupMemberDatabase
The properties for a Base Database or Exadata Database member of a DR protection group.
|
class |
DrProtectionGroupMemberFileSystem
The properties for a file system member of a DR protection group.
|
class |
DrProtectionGroupMemberLoadBalancer
The properties for a load balancer member of a DR protection group.
|
class |
DrProtectionGroupMemberNetworkLoadBalancer
The properties for a network load balancer member of a DR protection group.
|
class |
DrProtectionGroupMemberObjectStorageBucket
The properties for a object storage bucket member of a DR protection group.
|
class |
DrProtectionGroupMemberVolumeGroup
The properties for a volume group member of a DR protection group.
|
Modifier and Type | Method and Description |
---|---|
List<DrProtectionGroupMember> |
DrProtectionGroup.getMembers()
A list of DR protection group members.
|
Modifier and Type | Method and Description |
---|---|
DrProtectionGroup.Builder |
DrProtectionGroup.Builder.members(List<DrProtectionGroupMember> members)
A list of DR protection group members.
|
Constructor and Description |
---|
DrProtectionGroup(String id,
String compartmentId,
String displayName,
DrProtectionGroupRole role,
String peerId,
String peerRegion,
ObjectStorageLogLocation logLocation,
List<DrProtectionGroupMember> members,
Date timeCreated,
Date timeUpdated,
DrProtectionGroupLifecycleState lifecycleState,
String lifeCycleDetails,
DrProtectionGroupLifecycleSubState lifecycleSubState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.