@cdk-x/hetzner
    Preparing search index...

    Interface HetznerVolume

    Props for HtzVolume.

    Manages a Hetzner Cloud Volume.

    interface HetznerVolume {
        format?: string;
        labels?: Record<string, string>;
        location?: string;
        name: string;
        size: number;
    }
    Index

    Properties

    format?: string

    Format Volume after creation. One of: xfs, ext4.

    labels?: Record<string, string>

    User-defined labels (key/value pairs) for the Resource.

    location?: string

    Location to create the Volume in.

    name: string

    Name of the volume.

    size: number

    Size of the Volume in GB.