Uses of Class
com.oracle.bmc.disasterrecovery.model.AssociateDrProtectionGroupDetails
-
Packages that use AssociateDrProtectionGroupDetails Package Description com.oracle.bmc.disasterrecovery.model com.oracle.bmc.disasterrecovery.requests -
-
Uses of AssociateDrProtectionGroupDetails in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return AssociateDrProtectionGroupDetails Modifier and Type Method Description AssociateDrProtectionGroupDetails
AssociateDrProtectionGroupDetails.Builder. build()
AssociateDrProtectionGroupDetails
CreateDrProtectionGroupDetails. getAssociation()
Methods in com.oracle.bmc.disasterrecovery.model with parameters of type AssociateDrProtectionGroupDetails Modifier and Type Method Description CreateDrProtectionGroupDetails.Builder
CreateDrProtectionGroupDetails.Builder. association(AssociateDrProtectionGroupDetails association)
AssociateDrProtectionGroupDetails.Builder
AssociateDrProtectionGroupDetails.Builder. copy(AssociateDrProtectionGroupDetails model)
Constructors in com.oracle.bmc.disasterrecovery.model with parameters of type AssociateDrProtectionGroupDetails Constructor Description CreateDrProtectionGroupDetails(String compartmentId, String displayName, CreateObjectStorageLogLocationDetails logLocation, AssociateDrProtectionGroupDetails association, List<CreateDrProtectionGroupMemberDetails> members, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of AssociateDrProtectionGroupDetails in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return AssociateDrProtectionGroupDetails Modifier and Type Method Description AssociateDrProtectionGroupDetails
AssociateDrProtectionGroupRequest. getAssociateDrProtectionGroupDetails()
Details for creating an association between two DR protection groups.AssociateDrProtectionGroupDetails
AssociateDrProtectionGroupRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.disasterrecovery.requests with parameters of type AssociateDrProtectionGroupDetails Modifier and Type Method Description AssociateDrProtectionGroupRequest.Builder
AssociateDrProtectionGroupRequest.Builder. associateDrProtectionGroupDetails(AssociateDrProtectionGroupDetails associateDrProtectionGroupDetails)
Details for creating an association between two DR protection groups.AssociateDrProtectionGroupRequest.Builder
AssociateDrProtectionGroupRequest.Builder. body$(AssociateDrProtectionGroupDetails body)
Alternative setter for the body parameter.
-