TargetHttpsProxy class

Represents a Target HTTPS Proxy resource.

Google Compute Engine has two Target HTTPS Proxy resources: * [Global](/compute/docs/reference/rest/v1/targetHttpsProxies) * [Regional](/compute/docs/reference/rest/v1/regionTargetHttpsProxies) A target HTTPS proxy is a component of GCP HTTPS 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 HTTPS proxy, and the target proxy then references a URL map. For more information, read Using Target Proxies and Forwarding rule concepts.

Constructors

TargetHttpsProxy({String? authorizationPolicy, String? certificateMap, String? creationTimestamp, String? description, String? fingerprint, int? httpKeepAliveTimeoutSec, String? id, String? kind, String? name, bool? proxyBind, String? quicOverride, String? region, String? selfLink, String? serverTlsPolicy, List<String>? sslCertificates, String? sslPolicy, String? urlMap})
TargetHttpsProxy.fromJson(Map json_)

Properties

authorizationPolicy String?
A URL referring to a networksecurity.AuthorizationPolicy resource that describes how the proxy should authorize inbound traffic.
getter/setter pair
certificateMap String?
URL of a certificate map that identifies a certificate map associated with the given target proxy.
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
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
quicOverride String?
Specifies the QUIC override policy for this TargetHttpsProxy resource.
getter/setter pair
region String?
URL of the region where the regional TargetHttpsProxy 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
serverTlsPolicy String?
A URL referring to a networksecurity.ServerTlsPolicy resource that describes how the proxy should authenticate inbound traffic.
getter/setter pair
sslCertificates List<String>?
URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer.
getter/setter pair
sslPolicy String?
URL of SslPolicy resource that will be associated with the TargetHttpsProxy resource.
getter/setter pair
urlMap String?
A fully-qualified or valid partial 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