Uses of Class
com.azure.resourcemanager.cosmos.models.NodeState
-
Packages that use NodeState Package Description com.azure.resourcemanager.cosmos.models 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 NodeState Modifier and Type Field Description static NodeStateNodeState. JOININGStatic value Joining for NodeState.static NodeStateNodeState. LEAVINGStatic value Leaving for NodeState.static NodeStateNodeState. MOVINGStatic value Moving for NodeState.static NodeStateNodeState. NORMALStatic value Normal for NodeState.static NodeStateNodeState. STOPPEDStatic value Stopped for NodeState.Methods in com.azure.resourcemanager.cosmos.models that return NodeState Modifier and Type Method Description static NodeStateNodeState. fromString(String name)Creates or finds a NodeState from its string representation.NodeStateComponentsM9L909SchemasCassandraclusterpublicstatusPropertiesDatacentersItemsPropertiesNodesItems. 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 NodeState Modifier and Type Method Description static Collection<NodeState>NodeState. values()Methods in com.azure.resourcemanager.cosmos.models with parameters of type NodeState Modifier and Type Method Description ComponentsM9L909SchemasCassandraclusterpublicstatusPropertiesDatacentersItemsPropertiesNodesItemsComponentsM9L909SchemasCassandraclusterpublicstatusPropertiesDatacentersItemsPropertiesNodesItems. withState(NodeState state)Set the state property: The state of the node in Cassandra ring.
-