TargetSslProxiesResourceApi class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
delete(String project, String targetSslProxy, {String requestId, String $fields})
→ Future<Operation>
-
Deletes the specified TargetSslProxy resource. [...]
-
get(String project, String targetSslProxy, {String $fields})
→ Future<TargetSslProxy>
-
Returns the specified TargetSslProxy resource. Gets a list of available
target SSL proxies by making a list() request. [...]
-
insert(TargetSslProxy request, String project, {String requestId, String $fields})
→ Future<Operation>
-
Creates a TargetSslProxy resource in the specified project using the data
included in the request. [...]
-
list(String project, {String filter, int maxResults, String orderBy, String pageToken, bool returnPartialSuccess, String $fields})
→ Future<TargetSslProxyList>
-
Retrieves the list of TargetSslProxy resources available to the specified
project. [...]
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
setBackendService(TargetSslProxiesSetBackendServiceRequest request, String project, String targetSslProxy, {String requestId, String $fields})
→ Future<Operation>
-
Changes the BackendService for TargetSslProxy. [...]
-
Changes the ProxyHeaderType for TargetSslProxy. [...]
-
setSslCertificates(TargetSslProxiesSetSslCertificatesRequest request, String project, String targetSslProxy, {String requestId, String $fields})
→ Future<Operation>
-
Changes SslCertificates for TargetSslProxy. [...]
-
setSslPolicy(SslPolicyReference request, String project, String targetSslProxy, {String requestId, String $fields})
→ Future<Operation>
-
Sets the SSL policy for TargetSslProxy. The SSL policy specifies the
server-side support for SSL features. This affects connections between
clients and the SSL proxy load balancer. They do not affect the connection
between the load balancer and the backends. [...]
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(Object other)
→ bool
-
The equality operator. [...]
inherited