Uses of Class
com.azure.resourcemanager.cosmos.models.NodeState
Packages that use NodeState
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of NodeState in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as NodeStateModifier and TypeFieldDescriptionstatic final NodeState
NodeState.JOINING
Static value Joining for NodeState.static final NodeState
NodeState.LEAVING
Static value Leaving for NodeState.static final NodeState
NodeState.MOVING
Static value Moving for NodeState.static final NodeState
NodeState.NORMAL
Static value Normal for NodeState.static final NodeState
NodeState.STOPPED
Static value Stopped for NodeState.Methods in com.azure.resourcemanager.cosmos.models that return NodeStateModifier and TypeMethodDescriptionstatic NodeState
NodeState.fromString
(String name) Creates or finds a NodeState from its string representation.CassandraClusterPublicStatusDataCentersItemNode.state()
Get the state property: The state of the node in Cassandra ring.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type NodeStateModifier and TypeMethodDescriptionstatic Collection
<NodeState> NodeState.values()
Gets known NodeState values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type NodeStateModifier and TypeMethodDescriptionSet the state property: The state of the node in Cassandra ring.