Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.TargetPools.GetHealth |
Compute.TargetPools.getHealth(java.lang.String project,
java.lang.String region,
java.lang.String targetPool,
InstanceReference content)
Gets the most recent health check results for each IP for the given instance that is referenced
by given TargetPool.
|
Constructor and Description |
---|
Compute.TargetPools.GetHealth(java.lang.String project,
java.lang.String region,
java.lang.String targetPool,
InstanceReference content)
Gets the most recent health check results for each IP for the given instance that is referenced
by given TargetPool.
|
Modifier and Type | Method and Description |
---|---|
InstanceReference |
InstanceReference.clone() |
InstanceReference |
InstanceReference.set(java.lang.String fieldName,
java.lang.Object value) |
InstanceReference |
InstanceReference.setInstance(java.lang.String instance) |
Modifier and Type | Method and Description |
---|---|
java.util.List<InstanceReference> |
TargetPoolsRemoveInstanceRequest.getInstances()
URLs of the instances to be removed from targetPool.
|
java.util.List<InstanceReference> |
InstanceGroupsRemoveInstancesRequest.getInstances()
The instances to remove from the instance group.
|
java.util.List<InstanceReference> |
InstanceGroupsAddInstancesRequest.getInstances()
The instances to add to the instance group.
|
java.util.List<InstanceReference> |
TargetPoolsAddInstanceRequest.getInstances()
URLs of the instances to be added to targetPool.
|
Modifier and Type | Method and Description |
---|---|
TargetPoolsRemoveInstanceRequest |
TargetPoolsRemoveInstanceRequest.setInstances(java.util.List<InstanceReference> instances)
URLs of the instances to be removed from targetPool.
|
InstanceGroupsRemoveInstancesRequest |
InstanceGroupsRemoveInstancesRequest.setInstances(java.util.List<InstanceReference> instances)
The instances to remove from the instance group.
|
InstanceGroupsAddInstancesRequest |
InstanceGroupsAddInstancesRequest.setInstances(java.util.List<InstanceReference> instances)
The instances to add to the instance group.
|
TargetPoolsAddInstanceRequest |
TargetPoolsAddInstanceRequest.setInstances(java.util.List<InstanceReference> instances)
URLs of the instances to be added to targetPool.
|