Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
InstanceReference |
InstanceReference.Builder.build() |
InstanceReference |
GetHealthTargetPoolHttpRequest.getApiMessageRequestBody() |
static InstanceReference |
InstanceReference.getDefaultInstance() |
InstanceReference |
GetHealthTargetPoolHttpRequest.getInstanceReferenceResource() |
InstanceReference |
GetHealthTargetPoolHttpRequest.Builder.getInstanceReferenceResource() |
Modifier and Type | Method and Description |
---|---|
List<InstanceReference> |
InstanceGroupsRemoveInstancesRequest.getInstancesList()
The list of instances to remove from the instance group.
|
List<InstanceReference> |
InstanceGroupsRemoveInstancesRequest.Builder.getInstancesList()
The list of instances to remove from the instance group.
|
List<InstanceReference> |
TargetPoolsRemoveInstanceRequest.getInstancesList()
URLs of the instances to be removed from target pool.
|
List<InstanceReference> |
TargetPoolsRemoveInstanceRequest.Builder.getInstancesList()
URLs of the instances to be removed from target pool.
|
List<InstanceReference> |
TargetPoolsAddInstanceRequest.getInstancesList()
A full or partial URL to an instance to add to this target pool.
|
List<InstanceReference> |
TargetPoolsAddInstanceRequest.Builder.getInstancesList()
A full or partial URL to an instance to add to this target pool.
|
List<InstanceReference> |
InstanceGroupsAddInstancesRequest.getInstancesList()
The list of instances to add to the instance group.
|
List<InstanceReference> |
InstanceGroupsAddInstancesRequest.Builder.getInstancesList()
The list of instances to add to the instance group.
|
Modifier and Type | Method and Description |
---|---|
InstanceGroupsRemoveInstancesRequest.Builder |
InstanceGroupsRemoveInstancesRequest.Builder.addInstances(InstanceReference instances)
The list of instances to remove from the instance group.
|
TargetPoolsRemoveInstanceRequest.Builder |
TargetPoolsRemoveInstanceRequest.Builder.addInstances(InstanceReference instances)
URLs of the instances to be removed from target pool.
|
TargetPoolsAddInstanceRequest.Builder |
TargetPoolsAddInstanceRequest.Builder.addInstances(InstanceReference instances)
A full or partial URL to an instance to add to this target pool.
|
InstanceGroupsAddInstancesRequest.Builder |
InstanceGroupsAddInstancesRequest.Builder.addInstances(InstanceReference instances)
The list of instances to add to the instance group.
|
TargetPoolInstanceHealth |
TargetPoolClient.getHealthTargetPool(ProjectRegionTargetPoolName targetPool,
InstanceReference instanceReferenceResource)
Gets the most recent health check results for each IP for the instance that is referenced by
the given target pool.
|
TargetPoolInstanceHealth |
TargetPoolClient.getHealthTargetPool(String targetPool,
InstanceReference instanceReferenceResource)
Gets the most recent health check results for each IP for the instance that is referenced by
the given target pool.
|
InstanceReference.Builder |
InstanceReference.Builder.mergeFrom(InstanceReference other) |
static InstanceReference.Builder |
InstanceReference.newBuilder(InstanceReference prototype) |
GetHealthTargetPoolHttpRequest.Builder |
GetHealthTargetPoolHttpRequest.Builder.setInstanceReferenceResource(InstanceReference instanceReferenceResource) |
Modifier and Type | Method and Description |
---|---|
InstanceGroupsRemoveInstancesRequest.Builder |
InstanceGroupsRemoveInstancesRequest.Builder.addAllInstances(List<InstanceReference> instances)
The list of instances to remove from the instance group.
|
TargetPoolsRemoveInstanceRequest.Builder |
TargetPoolsRemoveInstanceRequest.Builder.addAllInstances(List<InstanceReference> instances)
URLs of the instances to be removed from target pool.
|
TargetPoolsAddInstanceRequest.Builder |
TargetPoolsAddInstanceRequest.Builder.addAllInstances(List<InstanceReference> instances)
A full or partial URL to an instance to add to this target pool.
|
InstanceGroupsAddInstancesRequest.Builder |
InstanceGroupsAddInstancesRequest.Builder.addAllInstances(List<InstanceReference> instances)
The list of instances to add to the instance group.
|
Copyright © 2019 Google LLC. All rights reserved.