TargetSslProxy class

Represents a Target SSL Proxy resource.

A target SSL proxy is a component of a Proxy Network Load Balancer. The forwarding rule references the target SSL proxy, and the target proxy then references a backend service. For more information, read Proxy Network Load Balancer overview.

Constructors

TargetSslProxy({String? certificateMap, String? creationTimestamp, String? description, String? id, String? kind, String? name, String? proxyHeader, String? selfLink, String? service, List<String>? sslCertificates, String? sslPolicy})
TargetSslProxy.fromJson(Map json_)

Properties

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
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier for the resource.
getter/setter pair
kind String?
Type of the resource.
getter/setter pair
name String?
Name of the resource.
getter/setter pair
proxyHeader String?
Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1.
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
service String?
URL to the BackendService resource.
getter/setter pair
sslCertificates List<String>?
URLs to SslCertificate resources that are used to authenticate connections to Backends.
getter/setter pair
sslPolicy String?
URL of SslPolicy resource that will be associated with the TargetSslProxy resource.
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