/** *

Describes a disk snapshot.

*/ export interface _DiskSnapshotInfo { /** *

The size of the disk in GB (e.g., 32).

*/ sizeInGb?: number; } export declare type _UnmarshalledDiskSnapshotInfo = _DiskSnapshotInfo;