interface VolumeServer {
    boot: boolean;
    creationDate?: Date;
    exportUri?: string;
    id: string;
    modificationDate?: Date;
    name: string;
    organization: string;
    project: string;
    server?: Instance.v1.ServerSummary;
    size: number;
    state: VolumeServerState;
    volumeType: VolumeServerVolumeType;
    zone: Zone;
}

Properties

boot: boolean
creationDate?: Date
exportUri?: string
id: string
modificationDate?: Date
name: string
organization: string
project: string
size: number
zone: Zone

Zone to target. If none is passed will use default zone from the config.