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.modelMethods in com.oracle.bmc.disasterrecovery.model that return DrProtectionGroupRole Modifier and Type Method Description static DrProtectionGroupRoleDrProtectionGroupRole. create(String key)DrProtectionGroupRoleAssociateDrProtectionGroupDetails. getRole()The role of the DR protection group.DrProtectionGroupRoleDrProtectionGroup. getRole()The role of the DR protection group.DrProtectionGroupRoleDrProtectionGroupSummary. getRole()The role of the DR protection group.DrProtectionGroupRoleUpdateDrProtectionGroupRoleDetails. getRole()The new role of the DR protection group.static DrProtectionGroupRoleDrProtectionGroupRole. 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.BuilderAssociateDrProtectionGroupDetails.Builder. role(DrProtectionGroupRole role)The role of the DR protection group.DrProtectionGroup.BuilderDrProtectionGroup.Builder. role(DrProtectionGroupRole role)The role of the DR protection group.DrProtectionGroupSummary.BuilderDrProtectionGroupSummary.Builder. role(DrProtectionGroupRole role)The role of the DR protection group.UpdateDrProtectionGroupRoleDetails.BuilderUpdateDrProtectionGroupRoleDetails.Builder. role(DrProtectionGroupRole role)The new role of the DR protection group.
- 
Uses of DrProtectionGroupRole in com.oracle.bmc.disasterrecovery.requestsMethods in com.oracle.bmc.disasterrecovery.requests that return DrProtectionGroupRole Modifier and Type Method Description DrProtectionGroupRoleListDrProtectionGroupsRequest. getRole()The DR protection group Role.Methods in com.oracle.bmc.disasterrecovery.requests with parameters of type DrProtectionGroupRole Modifier and Type Method Description ListDrProtectionGroupsRequest.BuilderListDrProtectionGroupsRequest.Builder. role(DrProtectionGroupRole role)The DR protection group Role.
 
-