Uses of Class
com.oracle.bmc.disasterrecovery.model.DrProtectionGroupRole
-
Packages that use DrProtectionGroupRole Package Description com.oracle.bmc.disasterrecovery.model com.oracle.bmc.disasterrecovery.requests -
-
Uses of DrProtectionGroupRole in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return DrProtectionGroupRole Modifier and Type Method Description static DrProtectionGroupRole
DrProtectionGroupRole. create(String key)
DrProtectionGroupRole
AssociateDrProtectionGroupDetails. getRole()
The role of the DR protection group.DrProtectionGroupRole
DrProtectionGroup. getRole()
The role of the DR protection group.DrProtectionGroupRole
DrProtectionGroupSummary. getRole()
The role of the DR protection group.DrProtectionGroupRole
UpdateDrProtectionGroupRoleDetails. getRole()
The new role of the DR protection group.static DrProtectionGroupRole
DrProtectionGroupRole. valueOf(String name)
Returns the enum constant of this type with the specified name.static DrProtectionGroupRole[]
DrProtectionGroupRole. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.disasterrecovery.model with parameters of type DrProtectionGroupRole Modifier and Type Method Description AssociateDrProtectionGroupDetails.Builder
AssociateDrProtectionGroupDetails.Builder. role(DrProtectionGroupRole role)
The role of the DR protection group.DrProtectionGroup.Builder
DrProtectionGroup.Builder. role(DrProtectionGroupRole role)
The role of the DR protection group.DrProtectionGroupSummary.Builder
DrProtectionGroupSummary.Builder. role(DrProtectionGroupRole role)
The role of the DR protection group.UpdateDrProtectionGroupRoleDetails.Builder
UpdateDrProtectionGroupRoleDetails.Builder. role(DrProtectionGroupRole role)
The new role of the DR protection group. -
Uses of DrProtectionGroupRole in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return DrProtectionGroupRole Modifier and Type Method Description DrProtectionGroupRole
ListDrProtectionGroupsRequest. getRole()
The DR protection group Role.Methods in com.oracle.bmc.disasterrecovery.requests with parameters of type DrProtectionGroupRole Modifier and Type Method Description ListDrProtectionGroupsRequest.Builder
ListDrProtectionGroupsRequest.Builder. role(DrProtectionGroupRole role)
The DR protection group Role.
-