InstantSnapshot constructor
InstantSnapshot({
- String? architecture,
- String? creationTimestamp,
- String? description,
- int? diskSizeGb,
- BigInt? id,
- String? kind,
- String? labelFingerprint,
- Map<
String, String> labels = const {}, - String? name,
- InstantSnapshotParams? params,
- String? region,
- InstantSnapshotResourceStatus? resourceStatus,
- bool? satisfiesPzi,
- bool? satisfiesPzs,
- String? selfLink,
- String? selfLinkWithId,
- String? sourceDisk,
- String? sourceDiskId,
- String? sourceInstantSnapshotGroup,
- String? sourceInstantSnapshotGroupId,
- String? status,
- String? zone,
Implementation
InstantSnapshot({
this.architecture,
this.creationTimestamp,
this.description,
this.diskSizeGb,
this.id,
this.kind,
this.labelFingerprint,
this.labels = const {},
this.name,
this.params,
this.region,
this.resourceStatus,
this.satisfiesPzi,
this.satisfiesPzs,
this.selfLink,
this.selfLinkWithId,
this.sourceDisk,
this.sourceDiskId,
this.sourceInstantSnapshotGroup,
this.sourceInstantSnapshotGroupId,
this.status,
this.zone,
}) : super(fullyQualifiedName);