interface VolumeServerTemplate {
    baseSnapshot?: string;
    boot?: boolean;
    id?: string;
    name?: string;
    organization?: string;
    project?: string;
    size?: number;
    volumeType: VolumeVolumeType;
}

Properties

baseSnapshot?: string

ID of the snapshot on which this volume will be based.

boot?: boolean

Force the Instance to boot on this volume.

id?: string

UUID of the volume.

name?: string

Name of the volume.

organization?: string

Organization ID of the volume.

project?: string

Project ID of the volume.

size?: number

Disk size of the volume, must be a multiple of 512.

volumeType: VolumeVolumeType

Type of the volume.