Uses of Class
com.oracle.bmc.databasemanagement.model.ExternalClusterInstance.NodeRole
-
Packages that use ExternalClusterInstance.NodeRole Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ExternalClusterInstance.NodeRole in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ExternalClusterInstance.NodeRole Modifier and Type Method 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.Methods in com.oracle.bmc.databasemanagement.model with parameters of type ExternalClusterInstance.NodeRole Modifier and Type Method 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.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ExternalClusterInstance.NodeRole Constructor 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.
-