Uses of Class
com.oracle.bmc.disasterrecovery.model.DrProtectionGroupMember
-
Packages that use DrProtectionGroupMember Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of DrProtectionGroupMember in com.oracle.bmc.disasterrecovery.model
Subclasses of DrProtectionGroupMember in com.oracle.bmc.disasterrecovery.model Modifier and Type Class 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
DrProtectionGroupMemberOkeCluster
Properties for a OKE Cluster member of a DR Protection Group.class
DrProtectionGroupMemberVolumeGroup
The properties for a volume group member of a DR protection group.Methods in com.oracle.bmc.disasterrecovery.model that return types with arguments of type DrProtectionGroupMember Modifier and Type Method Description List<DrProtectionGroupMember>
DrProtectionGroup. getMembers()
A list of DR protection group members.Method parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type DrProtectionGroupMember Modifier and Type Method Description DrProtectionGroup.Builder
DrProtectionGroup.Builder. members(List<DrProtectionGroupMember> members)
A list of DR protection group members.Constructor parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type DrProtectionGroupMember Constructor 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.
-