Google Cloud Sql Admin V1 Client - Class RotateServerCaContext (0.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class RotateServerCaContext.
Instance rotate server CA context.
Generated from protobuf message google.cloud.sql.v1.RotateServerCaContext
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ kind |
string
This is always |
↳ next_version |
string
The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server CA version. |
getKind
This is always sql#rotateServerCaContext.
| Returns | |
|---|---|
| Type | Description |
string |
|
setKind
This is always sql#rotateServerCaContext.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextVersion
The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server CA version.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextVersion
The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server CA version.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|