Google Cloud Gke Backup V1 Client - Class VolumeBackup (0.4.0)

Reference documentation and code samples for the Google Cloud Gke Backup V1 Client class VolumeBackup.

Represents the backup of a specific persistent volume as a component of a Backup - both the record of the operation and a pointer to the underlying storage-specific artifacts.

Next id: 14

Generated from protobuf message google.cloud.gkebackup.v1.VolumeBackup

Namespace

Google \ Cloud \ GkeBackup \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Output only. The full name of the VolumeBackup resource. Format: projects/*/locations/*/backupPlans/*/backups/*/volumeBackups/*.

↳ uid string

Output only. Server generated global unique identifier of UUID format.

↳ create_time Google\Protobuf\Timestamp

Output only. The timestamp when this VolumeBackup resource was created.

↳ update_time Google\Protobuf\Timestamp

Output only. The timestamp when this VolumeBackup resource was last updated.

↳ source_pvc Google\Cloud\GkeBackup\V1\NamespacedName

Output only. A reference to the source Kubernetes PVC from which this VolumeBackup was created.

↳ volume_backup_handle string

Output only. A storage system-specific opaque handle to the underlying volume backup.

↳ format int

Output only. The format used for the volume backup.

↳ storage_bytes int|string

Output only. The aggregate size of the underlying artifacts associated with this VolumeBackup in the backup storage. This may change over time when multiple backups of the same volume share the same backup storage location. In particular, this is likely to increase in size when the immediately preceding backup of the same volume is deleted.

↳ disk_size_bytes int|string

Output only. The minimum size of the disk to which this VolumeBackup can be restored.

↳ complete_time Google\Protobuf\Timestamp

Output only. The timestamp when the associated underlying volume backup operation completed.

↳ state int

Output only. The current state of this VolumeBackup.

↳ state_message string

Output only. A human readable message explaining why the VolumeBackup is in its current state.

↳ etag string

Output only. etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a volume backup from overwriting each other. It is strongly suggested that systems make use of the etag in the read-modify-write cycle to perform volume backup updates in order to avoid race conditions.

getName

Output only. The full name of the VolumeBackup resource.

Format: projects/*/locations/*/backupPlans/*/backups/*/volumeBackups/*.

Returns
TypeDescription
string

setName

Output only. The full name of the VolumeBackup resource.

Format: projects/*/locations/*/backupPlans/*/backups/*/volumeBackups/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUid

Output only. Server generated global unique identifier of UUID format.

Returns
TypeDescription
string

setUid

Output only. Server generated global unique identifier of UUID format.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreateTime

Output only. The timestamp when this VolumeBackup resource was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The timestamp when this VolumeBackup resource was created.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUpdateTime

Output only. The timestamp when this VolumeBackup resource was last updated.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The timestamp when this VolumeBackup resource was last updated.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getSourcePvc

Output only. A reference to the source Kubernetes PVC from which this VolumeBackup was created.

Returns
TypeDescription
Google\Cloud\GkeBackup\V1\NamespacedName|null

hasSourcePvc

clearSourcePvc

setSourcePvc

Output only. A reference to the source Kubernetes PVC from which this VolumeBackup was created.

Parameter
NameDescription
var Google\Cloud\GkeBackup\V1\NamespacedName
Returns
TypeDescription
$this

getVolumeBackupHandle

Output only. A storage system-specific opaque handle to the underlying volume backup.

Returns
TypeDescription
string

setVolumeBackupHandle

Output only. A storage system-specific opaque handle to the underlying volume backup.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFormat

Output only. The format used for the volume backup.

Returns
TypeDescription
int

setFormat

Output only. The format used for the volume backup.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getStorageBytes

Output only. The aggregate size of the underlying artifacts associated with this VolumeBackup in the backup storage. This may change over time when multiple backups of the same volume share the same backup storage location. In particular, this is likely to increase in size when the immediately preceding backup of the same volume is deleted.

Returns
TypeDescription
int|string

setStorageBytes

Output only. The aggregate size of the underlying artifacts associated with this VolumeBackup in the backup storage. This may change over time when multiple backups of the same volume share the same backup storage location. In particular, this is likely to increase in size when the immediately preceding backup of the same volume is deleted.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getDiskSizeBytes

Output only. The minimum size of the disk to which this VolumeBackup can be restored.

Returns
TypeDescription
int|string

setDiskSizeBytes

Output only. The minimum size of the disk to which this VolumeBackup can be restored.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getCompleteTime

Output only. The timestamp when the associated underlying volume backup operation completed.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCompleteTime

clearCompleteTime

setCompleteTime

Output only. The timestamp when the associated underlying volume backup operation completed.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getState

Output only. The current state of this VolumeBackup.

Returns
TypeDescription
int

setState

Output only. The current state of this VolumeBackup.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getStateMessage

Output only. A human readable message explaining why the VolumeBackup is in its current state.

Returns
TypeDescription
string

setStateMessage

Output only. A human readable message explaining why the VolumeBackup is in its current state.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEtag

Output only. etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a volume backup from overwriting each other. It is strongly suggested that systems make use of the etag in the read-modify-write cycle to perform volume backup updates in order to avoid race conditions.

Returns
TypeDescription
string

setEtag

Output only. etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a volume backup from overwriting each other. It is strongly suggested that systems make use of the etag in the read-modify-write cycle to perform volume backup updates in order to avoid race conditions.

Parameter
NameDescription
var string
Returns
TypeDescription
$this