SslPoliciesResource class

Constructors

SslPoliciesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

aggregatedList(String project, {String? filter, bool? includeAllScopes, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? serviceProjectNumber, String? $fields}) Future<SslPoliciesAggregatedList>
Retrieves the list of all SslPolicy resources, regional and global, available to the specified project.
delete(String project, String sslPolicy, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified SSL policy.
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.
list(String project, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, 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, bool? returnPartialSuccess, String? $fields}) Future<SslPoliciesListAvailableFeaturesResponse>
Lists all features that can be specified in the SSL policy when using custom profile.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited