DiskBackupProperties class

DiskBackupProperties represents the properties of a Disk backup.

Constructors

DiskBackupProperties.new({String? accessMode, String? architecture, String? description, bool? enableConfidentialCompute, List<GuestOsFeature>? guestOsFeature, Map<String, String>? labels, List<String>? licenses, String? physicalBlockSizeBytes, String? provisionedIops, String? provisionedThroughput, String? region, List<String>? replicaZones, String? sizeGb, String? sourceDisk, String? storagePool, String? type, String? zone})
DiskBackupProperties.fromJson(Map json_)

Properties

accessMode String?
The access mode of the source disk.
getter/setter pair
architecture String?
The architecture of the source disk.
getter/setter pair
description String?
A description of the source disk.
getter/setter pair
enableConfidentialCompute bool?
Indicates whether the source disk is using confidential compute mode.
getter/setter pair
guestOsFeature List<GuestOsFeature>?
A list of guest OS features that are applicable to this backup.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
The labels of the source disk.
getter/setter pair
licenses List<String>?
A list of publicly available licenses that are applicable to this backup.
getter/setter pair
physicalBlockSizeBytes String?
The physical block size of the source disk.
getter/setter pair
provisionedIops String?
The number of IOPS provisioned for the source disk.
getter/setter pair
provisionedThroughput String?
The number of throughput provisioned for the source disk.
getter/setter pair
region String?
Region and zone are mutually exclusive fields.
getter/setter pair
replicaZones List<String>?
The URL of the Zones where the source disk should be replicated.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeGb String?
Size(in GB) of the source disk.
getter/setter pair
sourceDisk String?
The source disk used to create this backup.
getter/setter pair
storagePool String?
The storage pool of the source disk.
getter/setter pair
type String?
The URL of the type of the disk.
getter/setter pair
zone String?
The URL of the Zone where the source disk.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited