| Package | Description | 
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.NodeGroups.Insert | Compute.NodeGroups. insert(String project,
      String zone,
      Integer initialNodeCount,
      NodeGroup content)Creates a NodeGroup resource in the specified project using the data included in the request. | 
| Compute.NodeGroups.Patch | Compute.NodeGroups. patch(String project,
     String zone,
     String nodeGroup,
     NodeGroup content)Updates the specified node group. | 
| Constructor and Description | 
|---|
| Insert(String project,
      String zone,
      Integer initialNodeCount,
      NodeGroup content)Creates a NodeGroup resource in the specified project using the data included in the request. | 
| Patch(String project,
     String zone,
     String nodeGroup,
     NodeGroup content)Updates the specified node group. | 
| Modifier and Type | Method and Description | 
|---|---|
| NodeGroup | NodeGroup. clone() | 
| NodeGroup | NodeGroup. encodeFingerprint(byte[] fingerprint) | 
| NodeGroup | NodeGroup. set(String fieldName,
   Object value) | 
| NodeGroup | NodeGroup. setAutoscalingPolicy(NodeGroupAutoscalingPolicy autoscalingPolicy)Specifies how autoscaling should behave. | 
| NodeGroup | NodeGroup. setCreationTimestamp(String creationTimestamp)[Output Only] Creation timestamp in RFC3339 text format. | 
| NodeGroup | NodeGroup. setDescription(String description)An optional description of this resource. | 
| NodeGroup | NodeGroup. setFingerprint(String fingerprint) | 
| NodeGroup | NodeGroup. setId(BigInteger id)[Output Only] The unique identifier for the resource. | 
| NodeGroup | NodeGroup. setKind(String kind)[Output Only] The type of the resource. | 
| NodeGroup | NodeGroup. setLocationHint(String locationHint)An opaque location hint used to place the Node close to other resources. | 
| NodeGroup | NodeGroup. setMaintenancePolicy(String maintenancePolicy)Specifies how to handle instances when a node in the group undergoes maintenance. | 
| NodeGroup | NodeGroup. setMaintenanceWindow(NodeGroupMaintenanceWindow maintenanceWindow) | 
| NodeGroup | NodeGroup. setName(String name)The name of the resource, provided by the client when initially creating the resource. | 
| NodeGroup | NodeGroup. setNodeTemplate(String nodeTemplate)URL of the node template to create the node group from. | 
| NodeGroup | NodeGroup. setSelfLink(String selfLink)[Output Only] Server-defined URL for the resource. | 
| NodeGroup | NodeGroup. setSize(Integer size)[Output Only] The total number of nodes in the node group. | 
| NodeGroup | NodeGroup. setStatus(String status) | 
| NodeGroup | NodeGroup. setZone(String zone)[Output Only] The name of the zone where the node group resides, such as us-central1-a. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<NodeGroup> | NodeGroupList. getItems()A list of NodeGroup resources. | 
| List<NodeGroup> | NodeGroupsScopedList. getNodeGroups()[Output Only] A list of node groups contained in this scope. | 
| Modifier and Type | Method and Description | 
|---|---|
| NodeGroupList | NodeGroupList. setItems(List<NodeGroup> items)A list of NodeGroup resources. | 
| NodeGroupsScopedList | NodeGroupsScopedList. setNodeGroups(List<NodeGroup> nodeGroups)[Output Only] A list of node groups contained in this scope. | 
Copyright © 2011–2021 Google. All rights reserved.