BulkInsertDiskResource class

A transient resource used in compute.disks.bulkInsert and compute.regionDisks.bulkInsert.

It is only used to process requests and is not persisted.

Constructors

BulkInsertDiskResource({String? sourceConsistencyGroupPolicy})
BulkInsertDiskResource.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceConsistencyGroupPolicy String?
The URL of the DiskConsistencyGroupPolicy for the group of disks to clone.
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