Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SslCert.
SslCerts Resource
Generated from protobuf message google.cloud.sql.v1.SslCert
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ kind
string
This is always sql#sslCert
.
↳ cert_serial_number
string
Serial number, as extracted from the certificate.
↳ cert
string
PEM representation.
↳ create_time
Google\Protobuf\Timestamp
The time when the certificate was created in RFC 3339
format, for example 2012-11-15T16:19:00.094Z
↳ common_name
string
User supplied name. Constrained to [a-zA-Z.-_ ]+.
↳ expiration_time
Google\Protobuf\Timestamp
The time when the certificate expires in RFC 3339
format, for example 2012-11-15T16:19:00.094Z
.
↳ sha1_fingerprint
string
Sha1 Fingerprint.
↳ instance
string
Name of the database instance.
↳ self_link
string
The URI of this resource.
getKind
This is always sql#sslCert
.
string
setKind
This is always sql#sslCert
.
var
string
$this
getCertSerialNumber
Serial number, as extracted from the certificate.
string
setCertSerialNumber
Serial number, as extracted from the certificate.
var
string
$this
getCert
PEM representation.
string
setCert
PEM representation.
var
string
$this
getCreateTime
The time when the certificate was created in RFC
3339
format, for example 2012-11-15T16:19:00.094Z
hasCreateTime
clearCreateTime
setCreateTime
The time when the certificate was created in RFC
3339
format, for example 2012-11-15T16:19:00.094Z
$this
getCommonName
User supplied name. Constrained to [a-zA-Z.-_ ]+.
string
setCommonName
User supplied name. Constrained to [a-zA-Z.-_ ]+.
var
string
$this
getExpirationTime
The time when the certificate expires in RFC
3339
format, for example 2012-11-15T16:19:00.094Z
.
hasExpirationTime
clearExpirationTime
setExpirationTime
The time when the certificate expires in RFC
3339
format, for example 2012-11-15T16:19:00.094Z
.
$this
getSha1Fingerprint
Sha1 Fingerprint.
string
setSha1Fingerprint
Sha1 Fingerprint.
var
string
$this
getInstance
Name of the database instance.
string
setInstance
Name of the database instance.
var
string
$this
getSelfLink
The URI of this resource.
string
setSelfLink
The URI of this resource.
var
string
$this