Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static DiscoveredExternalClusterInstance.NodeRole |
DiscoveredExternalClusterInstance.NodeRole.create(String key) |
DiscoveredExternalClusterInstance.NodeRole |
DiscoveredExternalClusterInstance.getNodeRole()
The role of the cluster node.
|
static DiscoveredExternalClusterInstance.NodeRole |
DiscoveredExternalClusterInstance.NodeRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveredExternalClusterInstance.NodeRole[] |
DiscoveredExternalClusterInstance.NodeRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DiscoveredExternalClusterInstance.Builder |
DiscoveredExternalClusterInstance.Builder.nodeRole(DiscoveredExternalClusterInstance.NodeRole nodeRole)
The role of the cluster node.
|
Constructor and Description |
---|
DiscoveredExternalClusterInstance(String componentId,
String displayName,
String componentName,
String resourceId,
Boolean isSelectedForMonitoring,
DiscoveredExternalDbSystemComponent.Status status,
List<AssociatedComponent> associatedComponents,
String hostName,
String clusterId,
DiscoveredExternalClusterInstance.NodeRole nodeRole,
String crsBaseDirectory,
String adrHomeDirectory,
ExternalDbSystemDiscoveryConnector connector)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.