Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.TargetPools.AddInstance |
Compute.TargetPools.addInstance(String project,
String region,
String targetPool,
InstanceReference content)
Adds instance url to targetPool.
|
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.
|
Compute.TargetPools.RemoveInstance |
Compute.TargetPools.removeInstance(String project,
String region,
String targetPool,
InstanceReference content)
Removes instance URL from targetPool.
|
Constructor and Description |
---|
Compute.TargetPools.AddInstance(String project,
String region,
String targetPool,
InstanceReference content)
Adds instance url to targetPool.
|
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.
|
Compute.TargetPools.RemoveInstance(String project,
String region,
String targetPool,
InstanceReference content)
Removes instance URL from targetPool.
|
Modifier and Type | Method and Description |
---|---|
InstanceReference |
InstanceReference.setInstance(String instance)
The value set may be
null . |