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.StatusNodePool.Status. forNumber(int value)NodePool.StatusNodePool.Builder. getStatus()[Output only] The status of the nodes in this pool instance.NodePool.StatusNodePool. getStatus()[Output only] The status of the nodes in this pool instance.NodePool.StatusNodePoolOrBuilder. getStatus()[Output only] The status of the nodes in this pool instance.static NodePool.StatusNodePool.Status. valueOf(int value)Deprecated.static NodePool.StatusNodePool.Status. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static NodePool.StatusNodePool.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.BuilderNodePool.Builder. setStatus(NodePool.Status value)[Output only] The status of the nodes in this pool instance.
-