Uses of Class
com.oracle.bmc.databasemanagement.model.DiscoveredExternalClusterInstance.NodeRole
-
Packages that use DiscoveredExternalClusterInstance.NodeRole Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of DiscoveredExternalClusterInstance.NodeRole in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return DiscoveredExternalClusterInstance.NodeRole Modifier and Type Method 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.Methods in com.oracle.bmc.databasemanagement.model with parameters of type DiscoveredExternalClusterInstance.NodeRole Modifier and Type Method Description DiscoveredExternalClusterInstance.Builder
DiscoveredExternalClusterInstance.Builder. nodeRole(DiscoveredExternalClusterInstance.NodeRole nodeRole)
The role of the cluster node.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type DiscoveredExternalClusterInstance.NodeRole Constructor 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.
-