Package | Description |
---|---|
com.oracle.bmc.integration.model |
Modifier and Type | Method and Description |
---|---|
static DisasterRecoveryDetails.Role |
DisasterRecoveryDetails.Role.create(String key) |
DisasterRecoveryDetails.Role |
DisasterRecoveryDetails.getRole()
Role of the integration instance in the region
|
static DisasterRecoveryDetails.Role |
DisasterRecoveryDetails.Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisasterRecoveryDetails.Role[] |
DisasterRecoveryDetails.Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DisasterRecoveryDetails.Builder |
DisasterRecoveryDetails.Builder.role(DisasterRecoveryDetails.Role role)
Role of the integration instance in the region
|
Constructor and Description |
---|
DisasterRecoveryDetails(DisasterRecoveryDetails.Role role,
String regionalInstanceUrl,
CrossRegionIntegrationInstanceDetails crossRegionIntegrationInstanceDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.