| Package | Description | 
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.InstanceGroups.Insert | Compute.InstanceGroups. insert(String project,
      String zone,
      InstanceGroup content)Creates an instance group in the specified project using the parameters that are included in the
 request. | 
| Constructor and Description | 
|---|
| Insert(String project,
      String zone,
      InstanceGroup content)Creates an instance group in the specified project using the parameters that are included in
 the request. | 
| Modifier and Type | Method and Description | 
|---|---|
| InstanceGroup | InstanceGroup. clone() | 
| InstanceGroup | InstanceGroup. encodeFingerprint(byte[] fingerprint)[Output Only] The fingerprint of the named ports. | 
| InstanceGroup | InstanceGroup. set(String fieldName,
   Object value) | 
| InstanceGroup | InstanceGroup. setCreationTimestamp(String creationTimestamp)[Output Only] The creation timestamp for this instance group in RFC3339 text format. | 
| InstanceGroup | InstanceGroup. setDescription(String description)An optional description of this resource. | 
| InstanceGroup | InstanceGroup. setFingerprint(String fingerprint)[Output Only] The fingerprint of the named ports. | 
| InstanceGroup | InstanceGroup. setId(BigInteger id)[Output Only] A unique identifier for this instance group, generated by the server. | 
| InstanceGroup | InstanceGroup. setKind(String kind)[Output Only] The resource type, which is always compute#instanceGroup for instance groups. | 
| InstanceGroup | InstanceGroup. setName(String name)The name of the instance group. | 
| InstanceGroup | InstanceGroup. setNamedPorts(List<NamedPort> namedPorts)Assigns a name to a port number. | 
| InstanceGroup | InstanceGroup. setNetwork(String network)[Output Only] The URL of the network to which all instances in the instance group belong. | 
| InstanceGroup | InstanceGroup. setRegion(String region)[Output Only] The URL of the region where the instance group is located (for regional
 resources). | 
| InstanceGroup | InstanceGroup. setSelfLink(String selfLink)[Output Only] The URL for this instance group. | 
| InstanceGroup | InstanceGroup. setSize(Integer size)[Output Only] The total number of instances in the instance group. | 
| InstanceGroup | InstanceGroup. setSubnetwork(String subnetwork)[Output Only] The URL of the subnetwork to which all instances in the instance group belong. | 
| InstanceGroup | InstanceGroup. setZone(String zone)[Output Only] The URL of the zone where the instance group is located (for zonal resources). | 
| Modifier and Type | Method and Description | 
|---|---|
| List<InstanceGroup> | InstanceGroupsScopedList. getInstanceGroups()[Output Only] The list of instance groups that are contained in this scope. | 
| List<InstanceGroup> | InstanceGroupList. getItems()A list of InstanceGroup resources. | 
| List<InstanceGroup> | RegionInstanceGroupList. getItems()A list of InstanceGroup resources. | 
| Modifier and Type | Method and Description | 
|---|---|
| InstanceGroupsScopedList | InstanceGroupsScopedList. setInstanceGroups(List<InstanceGroup> instanceGroups)[Output Only] The list of instance groups that are contained in this scope. | 
| InstanceGroupList | InstanceGroupList. setItems(List<InstanceGroup> items)A list of InstanceGroup resources. | 
| RegionInstanceGroupList | RegionInstanceGroupList. setItems(List<InstanceGroup> items)A list of InstanceGroup resources. | 
Copyright © 2011–2021 Google. All rights reserved.