SslPoliciesResourceApi 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 sslPolicy, { String requestId String $fields })
→ Future<Operation>
-
Deletes the specified SSL policy. The SSL policy resource can be deleted
only if it is not in use by any TargetHttpsProxy or TargetSslProxy
resources. [...]
-
get(String project, { String sslPolicy, { String $fields })
→ Future<SslPolicy>
-
Lists all of the ordered rules present in a single specified policy. [...]
-
insert(SslPolicy request, String project, { String requestId String $fields })
→ Future<Operation>
-
Returns the specified SSL policy resource. Gets a list of available SSL
policies by making a list() request. [...]
-
list(String project, { String filter int maxResults, String orderBy String pageToken String $fields })
→ Future<SslPoliciesList>
-
Lists all the SSL policies that have been configured for the specified
project. [...]
-
listAvailableFeatures(String project, { String filter int maxResults, String orderBy String pageToken String $fields })
→ Future<SslPoliciesListAvailableFeaturesResponse>
-
Lists all features that can be specified in the SSL policy when using
custom profile. [...]
-
patch(SslPolicy request, String project, { String sslPolicy, { String requestId String $fields })
→ Future<Operation>
-
Patches the specified SSL policy with the data included in the request. [...]
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(dynamic other)
→ bool
-
The equality operator.
inherited