Uses of Class
com.oracle.bmc.databasemanagement.model.DiscoveredCloudClusterInstance.NodeRole
-
Packages that use DiscoveredCloudClusterInstance.NodeRole Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of DiscoveredCloudClusterInstance.NodeRole in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return DiscoveredCloudClusterInstance.NodeRole Modifier and Type Method Description static DiscoveredCloudClusterInstance.NodeRole
DiscoveredCloudClusterInstance.NodeRole. create(String key)
DiscoveredCloudClusterInstance.NodeRole
DiscoveredCloudClusterInstance. getNodeRole()
The role of the cluster node.static DiscoveredCloudClusterInstance.NodeRole
DiscoveredCloudClusterInstance.NodeRole. valueOf(String name)
Returns the enum constant of this type with the specified name.static DiscoveredCloudClusterInstance.NodeRole[]
DiscoveredCloudClusterInstance.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 DiscoveredCloudClusterInstance.NodeRole Modifier and Type Method Description DiscoveredCloudClusterInstance.Builder
DiscoveredCloudClusterInstance.Builder. nodeRole(DiscoveredCloudClusterInstance.NodeRole nodeRole)
The role of the cluster node.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type DiscoveredCloudClusterInstance.NodeRole Constructor Description DiscoveredCloudClusterInstance(String componentId, String displayName, String componentName, String resourceId, String dbaasId, Boolean isSelectedForMonitoring, DiscoveredCloudDbSystemComponent.Status status, List<AssociatedCloudComponent> associatedComponents, String hostName, String clusterId, DiscoveredCloudClusterInstance.NodeRole nodeRole, String crsBaseDirectory, String adrHomeDirectory, CloudDbSystemDiscoveryConnector connector)
Deprecated.
-