InstanceSnapshot constructor
InstanceSnapshot({
- String? arn,
- DateTime? createdAt,
- List<
Disk> ? fromAttachedDisks, - String? fromBlueprintId,
- String? fromBundleId,
- String? fromInstanceArn,
- String? fromInstanceName,
- bool? isFromAutoSnapshot,
- ResourceLocation? location,
- String? name,
- String? progress,
- ResourceType? resourceType,
- int? sizeInGb,
- InstanceSnapshotState? state,
- String? supportCode,
- List<
Tag> ? tags,
Implementation
InstanceSnapshot({
this.arn,
this.createdAt,
this.fromAttachedDisks,
this.fromBlueprintId,
this.fromBundleId,
this.fromInstanceArn,
this.fromInstanceName,
this.isFromAutoSnapshot,
this.location,
this.name,
this.progress,
this.resourceType,
this.sizeInGb,
this.state,
this.supportCode,
this.tags,
});