Reference documentation and code samples for the Google Cloud Memorystore V1 Client class CertificateAuthority.
A certificate authority for an instance.
Generated from protobuf message google.cloud.memorystore.v1.CertificateAuthority
Namespace
Google \ Cloud \ Memorystore \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ managed_server_ca |
CertificateAuthority\ManagedCertificateAuthority
A managed server certificate authority. |
↳ name |
string
Identifier. Unique name of the certificate authority. Format: projects/{project}/locations/{location}/instances/{instance} |
getManagedServerCa
A managed server certificate authority.
| Returns | |
|---|---|
| Type | Description |
CertificateAuthority\ManagedCertificateAuthority|null |
|
hasManagedServerCa
setManagedServerCa
A managed server certificate authority.
| Parameter | |
|---|---|
| Name | Description |
var |
CertificateAuthority\ManagedCertificateAuthority
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getName
Identifier. Unique name of the certificate authority.
Format: projects/{project}/locations/{location}/instances/{instance}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. Unique name of the certificate authority.
Format: projects/{project}/locations/{location}/instances/{instance}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getServerCa
| Returns | |
|---|---|
| Type | Description |
string |
|