TargetPoolsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addHealthCheck(TargetPoolsAddHealthCheckRequest request, String project, String region, String targetPool, {String? requestId, String? $fields})
→ Future<Operation>
-
Adds health check URLs to a target pool.
-
addInstance(TargetPoolsAddInstanceRequest request, String project, String region, String targetPool, {String? requestId, String? $fields})
→ Future<Operation>
-
Adds an instance to a target pool.
-
aggregatedList(String project, {String? filter, bool? includeAllScopes, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? serviceProjectNumber, String? $fields})
→ Future<TargetPoolAggregatedList>
-
Retrieves an aggregated list of target pools.
-
delete(String project, String region, String targetPool, {String? requestId, String? $fields})
→ Future<Operation>
-
Deletes the specified target pool.
-
get(String project, String region, String targetPool, {String? $fields})
→ Future<TargetPool>
-
Returns the specified target pool.
-
getHealth(InstanceReference request, String project, String region, String targetPool, {String? $fields})
→ Future<TargetPoolInstanceHealth>
-
Gets the most recent health check results for each IP for the instance
that is referenced by the given target pool.
-
insert(TargetPool request, String project, String region, {String? requestId, String? $fields})
→ Future<Operation>
-
Creates a target pool in the specified project and region using the data
included in the request.
-
list(String project, String region, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields})
→ Future<TargetPoolList>
-
Retrieves a list of target pools available to the specified project and
region.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
removeHealthCheck(TargetPoolsRemoveHealthCheckRequest request, String project, String region, String targetPool, {String? requestId, String? $fields})
→ Future<Operation>
-
Removes health check URL from a target pool.
-
removeInstance(TargetPoolsRemoveInstanceRequest request, String project, String region, String targetPool, {String? requestId, String? $fields})
→ Future<Operation>
-
Removes instance URL from a target pool.
-
setBackup(TargetReference request, String project, String region, String targetPool, {double? failoverRatio, String? requestId, String? $fields})
→ Future<Operation>
-
Changes a backup target pool's configurations.
-
setSecurityPolicy(SecurityPolicyReference request, String project, String region, String targetPool, {String? requestId, String? $fields})
→ Future<Operation>
-
Sets the Google Cloud Armor security policy for the specified target pool.
-
toString()
→ String
-
A string representation of this object.
inherited