interface VolumeType {
    pricing?: Money;
    snapshotPricing?: Money;
    specs?: VolumeSpecifications;
    type: string;
}

Properties

pricing?: Money

Price of the volume billed in GB/hour.

snapshotPricing?: Money

Price of the snapshot billed in GB/hour.

Volume specifications of the volume type.

type: string

Volume type.