TargetHttpProxy class

Represents a Target HTTP Proxy resource.

Google Compute Engine has two Target HTTP Proxy resources: * [Global](/compute/docs/reference/rest/v1/targetHttpProxies) * [Regional](/compute/docs/reference/rest/v1/regionTargetHttpProxies) A target HTTP proxy is a component of Google Cloud HTTP load balancers. * targetHttpProxies are used by global external Application Load Balancers, classic Application Load Balancers, cross-region internal Application Load Balancers, and Traffic Director. * regionTargetHttpProxies are used by regional internal Application Load Balancers and regional external Application Load Balancers. Forwarding rules reference a target HTTP proxy, and the target proxy then references a URL map. For more information, read Using Target Proxies and Forwarding rule concepts.

Constructors

TargetHttpProxy({String? creationTimestamp, String? description, String? fingerprint, int? httpKeepAliveTimeoutSec, String? id, String? kind, String? name, bool? proxyBind, String? region, String? selfLink, String? urlMap})
TargetHttpProxy.fromJson(Map json_)

Properties

creationTimestamp String?
Creation timestamp in RFC3339 text format.
getter/setter pair
description String?
An optional description of this resource.
getter/setter pair
fingerprint String?
Fingerprint of this resource.
getter/setter pair
fingerprintAsBytes List<int>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
httpKeepAliveTimeoutSec int?
Specifies how long to keep a connection open, after completing a response, while there is no matching traffic (in seconds).
getter/setter pair
id String?
The unique identifier for the resource.
getter/setter pair
kind String?
Type of resource.
getter/setter pair
name String?
Name of the resource.
getter/setter pair
proxyBind bool?
This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED.
getter/setter pair
region String?
URL of the region where the regional Target HTTP Proxy resides.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Server-defined URL for the resource.
getter/setter pair
urlMap String?
URL to the UrlMap resource that defines the mapping from URL to the BackendService.
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