ComputeEngineDisk class

Compute Engine disk target details.

Constructors

ComputeEngineDisk.new({String? diskId, String? diskType, List<String>? replicaZones, String? zone})
ComputeEngineDisk.fromJson(Map json_)

Properties

diskId String?
Target Compute Engine Disk ID.
getter/setter pair
diskType String?
The disk type to use.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
replicaZones List<String>?
Replication zones of the regional disk.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zone String?
The Compute Engine zone in which to create the 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