Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::SslCert (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::SslCert.

SslCerts Resource

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cert

def cert() -> ::String
Returns
  • (::String) — PEM representation.

#cert=

def cert=(value) -> ::String
Parameter
  • value (::String) — PEM representation.
Returns
  • (::String) — PEM representation.

#cert_serial_number

def cert_serial_number() -> ::String
Returns
  • (::String) — Serial number, as extracted from the certificate.

#cert_serial_number=

def cert_serial_number=(value) -> ::String
Parameter
  • value (::String) — Serial number, as extracted from the certificate.
Returns
  • (::String) — Serial number, as extracted from the certificate.

#common_name

def common_name() -> ::String
Returns
  • (::String) — User supplied name. Constrained to [a-zA-Z.-_ ]+.

#common_name=

def common_name=(value) -> ::String
Parameter
  • value (::String) — User supplied name. Constrained to [a-zA-Z.-_ ]+.
Returns
  • (::String) — User supplied name. Constrained to [a-zA-Z.-_ ]+.

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#create_time=

def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#expiration_time

def expiration_time() -> ::Google::Protobuf::Timestamp
Returns

#expiration_time=

def expiration_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#instance

def instance() -> ::String
Returns
  • (::String) — Name of the database instance.

#instance=

def instance=(value) -> ::String
Parameter
  • value (::String) — Name of the database instance.
Returns
  • (::String) — Name of the database instance.

#kind

def kind() -> ::String
Returns
  • (::String) — This is always sql#sslCert.

#kind=

def kind=(value) -> ::String
Parameter
  • value (::String) — This is always sql#sslCert.
Returns
  • (::String) — This is always sql#sslCert.
def self_link() -> ::String
Returns
  • (::String) — The URI of this resource.
def self_link=(value) -> ::String
Parameter
  • value (::String) — The URI of this resource.
Returns
  • (::String) — The URI of this resource.

#sha1_fingerprint

def sha1_fingerprint() -> ::String
Returns
  • (::String) — Sha1 Fingerprint.

#sha1_fingerprint=

def sha1_fingerprint=(value) -> ::String
Parameter
  • value (::String) — Sha1 Fingerprint.
Returns
  • (::String) — Sha1 Fingerprint.