Uses of Class
com.google.container.v1beta1.NodePool.Status
-
Packages that use NodePool.Status Package Description com.google.container.v1beta1 -
-
Uses of NodePool.Status in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return NodePool.Status Modifier and Type Method Description static NodePool.Status
NodePool.Status. forNumber(int value)
NodePool.Status
NodePool.Builder. getStatus()
[Output only] The status of the nodes in this pool instance.NodePool.Status
NodePool. getStatus()
[Output only] The status of the nodes in this pool instance.NodePool.Status
NodePoolOrBuilder. getStatus()
[Output only] The status of the nodes in this pool instance.static NodePool.Status
NodePool.Status. valueOf(int value)
Deprecated.static NodePool.Status
NodePool.Status. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NodePool.Status
NodePool.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static NodePool.Status[]
NodePool.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.container.v1beta1 that return types with arguments of type NodePool.Status Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<NodePool.Status>
NodePool.Status. internalGetValueMap()
Methods in com.google.container.v1beta1 with parameters of type NodePool.Status Modifier and Type Method Description NodePool.Builder
NodePool.Builder. setStatus(NodePool.Status value)
[Output only] The status of the nodes in this pool instance.
-