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(String project,
String region,
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(String project,
String region,
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(String fieldName,
Object value) |
InstanceReference |
InstanceReference.setInstance(String instance) |
Modifier and Type | Method and Description |
---|---|
List<InstanceReference> |
TargetPoolsAddInstanceRequest.getInstances()
URLs of the instances to be added to targetPool.
|
List<InstanceReference> |
TargetPoolsRemoveInstanceRequest.getInstances()
URLs of the instances to be removed from targetPool.
|
Modifier and Type | Method and Description |
---|---|
TargetPoolsAddInstanceRequest |
TargetPoolsAddInstanceRequest.setInstances(List<InstanceReference> instances)
URLs of the instances to be added to targetPool.
|
TargetPoolsRemoveInstanceRequest |
TargetPoolsRemoveInstanceRequest.setInstances(List<InstanceReference> instances)
URLs of the instances to be removed from targetPool.
|