Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class BackupClusterRequest.
Request for [BackupCluster].
Generated from protobuf message google.cloud.redis.cluster.v1.BackupClusterRequest
Namespace
Google \ Cloud \ Redis \ Cluster \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Redis cluster resource name using the form: projects/{project_id}/locations/{location_id}/clusters/{cluster_id}
where location_id
refers to a GCP region.
↳ ttl
Google\Protobuf\Duration
Optional. TTL for the backup to expire. Value range is 1 day to 100 years. If not specified, the default value is 100 years.
↳ backup_id
string
Optional. The id of the backup to be created. If not specified, the default value ([YYYYMMDDHHMMSS]_[Shortened Cluster UID] is used.
getName
Required. Redis cluster resource name using the form: projects/{project_id}/locations/{location_id}/clusters/{cluster_id}
where location_id
refers to a GCP region.
string
setName
Required. Redis cluster resource name using the form: projects/{project_id}/locations/{location_id}/clusters/{cluster_id}
where location_id
refers to a GCP region.
var
string
$this
getTtl
Optional. TTL for the backup to expire. Value range is 1 day to 100 years.
If not specified, the default value is 100 years.
hasTtl
clearTtl
setTtl
Optional. TTL for the backup to expire. Value range is 1 day to 100 years.
If not specified, the default value is 100 years.
$this
getBackupId
Optional. The id of the backup to be created. If not specified, the default value ([YYYYMMDDHHMMSS]_[Shortened Cluster UID] is used.
string
hasBackupId
clearBackupId
setBackupId
Optional. The id of the backup to be created. If not specified, the default value ([YYYYMMDDHHMMSS]_[Shortened Cluster UID] is used.
var
string
$this
static::build
name
string
Required. Redis cluster resource name using the form: projects/{project_id}/locations/{location_id}/clusters/{cluster_id}
where location_id
refers to a GCP region. Please see CloudRedisClusterClient::clusterName()
for help formatting this field.