Class DiskBackupProperties (0.2.5)

DiskBackupProperties(mapping=None, *, ignore_unknown_fields=False, **kwargs)

DiskBackupProperties represents the properties of a Disk backup.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
description str
A description of the source disk. This field is a member of oneof_ _description.
licenses MutableSequence[str]
A list of publicly available licenses that are applicable to this backup. This is applicable if the original image had licenses attached, e.g. Windows image.
guest_os_feature MutableSequence[google.cloud.backupdr_v1.types.GuestOsFeature]
A list of guest OS features that are applicable to this backup.
architecture google.cloud.backupdr_v1.types.DiskBackupProperties.Architecture
The architecture of the source disk. Valid values are ARM64 or X86_64. This field is a member of oneof_ _architecture.
type_ str
The URL of the type of the disk. This field is a member of oneof_ _type.
size_gb int
Size(in GB) of the source disk. This field is a member of oneof_ _size_gb.
region str
Region and zone are mutually exclusive fields. The URL of the region of the source disk. This field is a member of oneof_ _region.
zone str
The URL of the Zone where the source disk. This field is a member of oneof_ _zone.
replica_zones MutableSequence[str]
The URL of the Zones where the source disk should be replicated.
source_disk str
The source disk used to create this backup. This field is a member of oneof_ _source_disk.

Classes

Architecture

Architecture(value)

Architecture of the source disk.