Uses of Class
com.oracle.bmc.databasemanagement.model.CloudClusterInstance.NodeRole
-
Packages that use CloudClusterInstance.NodeRole Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of CloudClusterInstance.NodeRole in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CloudClusterInstance.NodeRole Modifier and Type Method Description static CloudClusterInstance.NodeRole
CloudClusterInstance.NodeRole. create(String key)
CloudClusterInstance.NodeRole
CloudClusterInstance. getNodeRole()
The role of the cluster node.CloudClusterInstance.NodeRole
CloudClusterInstanceSummary. getNodeRole()
The role of the cluster node.static CloudClusterInstance.NodeRole
CloudClusterInstance.NodeRole. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudClusterInstance.NodeRole[]
CloudClusterInstance.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 CloudClusterInstance.NodeRole Modifier and Type Method Description CloudClusterInstance.Builder
CloudClusterInstance.Builder. nodeRole(CloudClusterInstance.NodeRole nodeRole)
The role of the cluster node.CloudClusterInstanceSummary.Builder
CloudClusterInstanceSummary.Builder. nodeRole(CloudClusterInstance.NodeRole nodeRole)
The role of the cluster node.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type CloudClusterInstance.NodeRole Constructor Description CloudClusterInstance(String id, String dbaasId, String displayName, String componentName, String compartmentId, String cloudClusterId, String cloudDbSystemId, String cloudDbNodeId, String cloudConnectorId, String hostName, CloudClusterInstance.NodeRole nodeRole, String crsBaseDirectory, String adrHomeDirectory, CloudClusterInstance.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.CloudClusterInstanceSummary(String id, String dbaasId, String displayName, String componentName, String compartmentId, String cloudClusterId, String cloudDbSystemId, String cloudDbNodeId, String cloudConnectorId, String hostName, CloudClusterInstance.NodeRole nodeRole, String crsBaseDirectory, String adrHomeDirectory, CloudClusterInstance.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.
-