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
-
(::Google::Protobuf::Timestamp) — The time when the certificate was created in RFC
3339 format, for example
2012-11-15T16:19:00.094Z
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
-
value (::Google::Protobuf::Timestamp) — The time when the certificate was created in RFC
3339 format, for example
2012-11-15T16:19:00.094Z
Returns
-
(::Google::Protobuf::Timestamp) — The time when the certificate was created in RFC
3339 format, for example
2012-11-15T16:19:00.094Z
#expiration_time
def expiration_time() -> ::Google::Protobuf::Timestamp
Returns
-
(::Google::Protobuf::Timestamp) — The time when the certificate expires in RFC
3339 format, for example
2012-11-15T16:19:00.094Z.
#expiration_time=
def expiration_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
-
value (::Google::Protobuf::Timestamp) — The time when the certificate expires in RFC
3339 format, for example
2012-11-15T16:19:00.094Z.
Returns
-
(::Google::Protobuf::Timestamp) — The time when the certificate expires in RFC
3339 format, for example
2012-11-15T16:19:00.094Z.
#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.
#self_link
def self_link() -> ::String
Returns
- (::String) — The URI of this resource.
#self_link=
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.