Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::InstancesListServerCertificatesResponse.
Instances ListServerCertificates response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#active_version
def active_version() -> ::String
Returns
-
(::String) — The
sha1_fingerprintof the active certificate fromserver_certs.
#active_version=
def active_version=(value) -> ::String
Parameter
-
value (::String) — The
sha1_fingerprintof the active certificate fromserver_certs.
Returns
-
(::String) — The
sha1_fingerprintof the active certificate fromserver_certs.
#ca_certs
def ca_certs() -> ::Array<::Google::Cloud::Sql::V1::SslCert>
Returns
- (::Array<::Google::Cloud::Sql::V1::SslCert>) — List of server CA certificates for the instance.
#ca_certs=
def ca_certs=(value) -> ::Array<::Google::Cloud::Sql::V1::SslCert>
Parameter
- value (::Array<::Google::Cloud::Sql::V1::SslCert>) — List of server CA certificates for the instance.
Returns
- (::Array<::Google::Cloud::Sql::V1::SslCert>) — List of server CA certificates for the instance.
#kind
def kind() -> ::String
Returns
-
(::String) — This is always
sql#instancesListServerCertificates.
#kind=
def kind=(value) -> ::String
Parameter
-
value (::String) — This is always
sql#instancesListServerCertificates.
Returns
-
(::String) — This is always
sql#instancesListServerCertificates.
#server_certs
def server_certs() -> ::Array<::Google::Cloud::Sql::V1::SslCert>
Returns
-
(::Array<::Google::Cloud::Sql::V1::SslCert>) — List of server certificates for the instance, signed by the corresponding
CA from the
ca_certslist.
#server_certs=
def server_certs=(value) -> ::Array<::Google::Cloud::Sql::V1::SslCert>
Parameter
-
value (::Array<::Google::Cloud::Sql::V1::SslCert>) — List of server certificates for the instance, signed by the corresponding
CA from the
ca_certslist.
Returns
-
(::Array<::Google::Cloud::Sql::V1::SslCert>) — List of server certificates for the instance, signed by the corresponding
CA from the
ca_certslist.