TargetPool class
Represents a Target Pool resource.
Target pools are used with external passthrough Network Load Balancers. A target pool references member instances, an associated legacy HttpHealthCheck resource, and, optionally, a backup target pool. For more information, read Using target pools.
Constructors
-
TargetPool({String? backupPool, String? creationTimestamp, String? description, double? failoverRatio, List<
String> ? healthChecks, String? id, List<String> ? instances, String? kind, String? name, String? region, String? securityPolicy, String? selfLink, String? sessionAffinity}) - TargetPool.fromJson(Map json_)
Properties
- backupPool ↔ String?
-
The server-defined URL for the resource.
getter/setter pair
- creationTimestamp ↔ String?
-
Creation timestamp in RFC3339 text format.
getter/setter pair
- description ↔ String?
-
An optional description of this resource.
getter/setter pair
- failoverRatio ↔ double?
-
This field is applicable only when the containing target pool is serving a
forwarding rule as the primary pool (i.e., not as a backup pool to some
other target pool).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
healthChecks
↔ List<
String> ? -
The URL of the HttpHealthCheck resource.
getter/setter pair
- id ↔ String?
-
The unique identifier for the resource.
getter/setter pair
-
instances
↔ List<
String> ? -
A list of resource URLs to the virtual machine instances serving this
pool.
getter/setter pair
- kind ↔ String?
-
Type of the resource.
getter/setter pair
- name ↔ String?
-
Name of the resource.
getter/setter pair
- region ↔ String?
-
URL of the region where the target pool resides.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- securityPolicy ↔ String?
-
The resource URL for the security policy associated with this target pool.
getter/setter pair
- selfLink ↔ String?
-
Server-defined URL for the resource.
getter/setter pair
- sessionAffinity ↔ String?
-
Session affinity option, must be one of the following values: NONE:
Connections from the same client IP may go to any instance in the pool.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited