CreateVolumeRequest: {
    baseSnapshot?: string;
    name?: string;
    organization?: string;
    project?: string;
    size?: number;
    tags?: string[];
    volumeType?: VolumeVolumeType;
    zone?: Zone;
}

Type declaration

  • OptionalbaseSnapshot?: string

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

    One-of ('from'): at most one of 'size', 'baseSnapshot' could be set.

  • Optionalname?: string

    Volume name.

  • Optionalorganization?: string

    Volume Organization ID.

    One-of ('projectIdentifier'): at most one of 'project', 'organization' could be set.

  • Optionalproject?: string

    Volume Project ID.

    One-of ('projectIdentifier'): at most one of 'project', 'organization' could be set.

  • Optionalsize?: number

    Volume disk size, must be a multiple of 512.

    One-of ('from'): at most one of 'size', 'baseSnapshot' could be set.

  • Optionaltags?: string[]

    Volume tags.

  • OptionalvolumeType?: VolumeVolumeType

    Volume type.

  • Optionalzone?: Zone

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