Class SnapshotGroupParameters (0.11.0)

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

Attributes

Name Description
replica_zones MutableSequence[str]
URLs of the zones where disks should be replicated to. Only applicable for regional resources.
source_snapshot_group str
The source snapshot group used to create disks. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/global/snapshotGroups/snapshotGroup - projects/project/global/snapshotGroups/snapshotGroup - global/snapshotGroups/snapshotGroup This field is a member of oneof_ _source_snapshot_group.
type_ str
URL of the disk type resource describing which disk type to use to create disks. Provide this when creating the disk. For example:projects/project/zones/zone/diskTypes/pd-ssd. See Persistent disk types. This field is a member of oneof_ _type.