Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static ExternalClusterInstance.NodeRole |
ExternalClusterInstance.NodeRole.create(String key) |
ExternalClusterInstance.NodeRole |
ExternalClusterInstance.getNodeRole()
The role of the cluster node.
|
ExternalClusterInstance.NodeRole |
ExternalClusterInstanceSummary.getNodeRole()
The role of the cluster node.
|
static ExternalClusterInstance.NodeRole |
ExternalClusterInstance.NodeRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalClusterInstance.NodeRole[] |
ExternalClusterInstance.NodeRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExternalClusterInstance.Builder |
ExternalClusterInstance.Builder.nodeRole(ExternalClusterInstance.NodeRole nodeRole)
The role of the cluster node.
|
ExternalClusterInstanceSummary.Builder |
ExternalClusterInstanceSummary.Builder.nodeRole(ExternalClusterInstance.NodeRole nodeRole)
The role of the cluster node.
|
Constructor and Description |
---|
ExternalClusterInstance(String id,
String displayName,
String componentName,
String compartmentId,
String externalClusterId,
String externalDbSystemId,
String externalDbNodeId,
String externalConnectorId,
String hostName,
ExternalClusterInstance.NodeRole nodeRole,
String crsBaseDirectory,
String adrHomeDirectory,
ExternalClusterInstance.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ExternalClusterInstanceSummary(String id,
String displayName,
String componentName,
String compartmentId,
String externalClusterId,
String externalDbSystemId,
String externalDbNodeId,
String externalConnectorId,
String hostName,
ExternalClusterInstance.NodeRole nodeRole,
String crsBaseDirectory,
String adrHomeDirectory,
ExternalClusterInstance.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.