| Package | Description | 
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.TargetInstances.Insert | Compute.TargetInstances. insert(String project,
      String zone,
      TargetInstance content)Creates a TargetInstance resource in the specified project and zone using the data included in
 the request. | 
| Constructor and Description | 
|---|
| Insert(String project,
      String zone,
      TargetInstance content)Creates a TargetInstance resource in the specified project and zone using the data included in
 the request. | 
| Modifier and Type | Method and Description | 
|---|---|
| TargetInstance | TargetInstance. clone() | 
| TargetInstance | TargetInstance. set(String fieldName,
   Object value) | 
| TargetInstance | TargetInstance. setCreationTimestamp(String creationTimestamp)[Output Only] Creation timestamp in RFC3339 text format. | 
| TargetInstance | TargetInstance. setDescription(String description)An optional description of this resource. | 
| TargetInstance | TargetInstance. setId(BigInteger id)[Output Only] The unique identifier for the resource. | 
| TargetInstance | TargetInstance. setInstance(String instance)A URL to the virtual machine instance that handles traffic for this target instance. | 
| TargetInstance | TargetInstance. setKind(String kind)[Output Only] The type of the resource. | 
| TargetInstance | TargetInstance. setName(String name)Name of the resource. | 
| TargetInstance | TargetInstance. setNatPolicy(String natPolicy)NAT option controlling how IPs are NAT'ed to the instance. | 
| TargetInstance | TargetInstance. setSelfLink(String selfLink)[Output Only] Server-defined URL for the resource. | 
| TargetInstance | TargetInstance. setZone(String zone)[Output Only] URL of the zone where the target instance resides. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<TargetInstance> | TargetInstanceList. getItems()A list of TargetInstance resources. | 
| List<TargetInstance> | TargetInstancesScopedList. getTargetInstances()A list of target instances contained in this scope. | 
| Modifier and Type | Method and Description | 
|---|---|
| TargetInstanceList | TargetInstanceList. setItems(List<TargetInstance> items)A list of TargetInstance resources. | 
| TargetInstancesScopedList | TargetInstancesScopedList. setTargetInstances(List<TargetInstance> targetInstances)A list of target instances contained in this scope. | 
Copyright © 2011–2021 Google. All rights reserved.