Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class EncryptionInfo.
EncryptionInfo describes the encryption information of a cluster or a backup.
Generated from protobuf message google.cloud.redis.cluster.v1.EncryptionInfo
Namespace
Google \ Cloud \ Redis \ Cluster \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ encryption_type |
int
Output only. Type of encryption. |
↳ kms_key_versions |
array
Output only. KMS key versions that are being used to protect the data at-rest. |
↳ kms_key_primary_state |
int
Output only. The state of the primary version of the KMS key perceived by the system. This field is not populated in backups. |
↳ last_update_time |
Google\Protobuf\Timestamp
Output only. The most recent time when the encryption info was updated. |
getEncryptionType
Output only. Type of encryption.
Returns | |
---|---|
Type | Description |
int |
setEncryptionType
Output only. Type of encryption.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getKmsKeyVersions
Output only. KMS key versions that are being used to protect the data at-rest.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setKmsKeyVersions
Output only. KMS key versions that are being used to protect the data at-rest.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getKmsKeyPrimaryState
Output only. The state of the primary version of the KMS key perceived by the system. This field is not populated in backups.
Returns | |
---|---|
Type | Description |
int |
setKmsKeyPrimaryState
Output only. The state of the primary version of the KMS key perceived by the system. This field is not populated in backups.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getLastUpdateTime
Output only. The most recent time when the encryption info was updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasLastUpdateTime
clearLastUpdateTime
setLastUpdateTime
Output only. The most recent time when the encryption info was updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |