SslCertsResource class

Constructors

SslCertsResource(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

createEphemeral(SslCertsCreateEphemeralRequest request, String project, String instance, {String? $fields}) Future<SslCert>
Generates a short-lived X509 certificate containing the provided public key and signed by a private key specific to the target instance.
delete(String project, String instance, String sha1Fingerprint, {String? $fields}) Future<Operation>
Deletes the SSL certificate.
get(String project, String instance, String sha1Fingerprint, {String? $fields}) Future<SslCert>
Retrieves a particular SSL certificate.
insert(SslCertsInsertRequest request, String project, String instance, {String? $fields}) Future<SslCertsInsertResponse>
Creates an SSL certificate and returns it along with the private key and server certificate authority.
list(String project, String instance, {String? $fields}) Future<SslCertsListResponse>
Lists all of the current SSL certificates for the instance.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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