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

    Interface HetznerVolumeAttachment

    Props for HtzVolumeAttachment.

    Attaches a Hetzner Cloud Volume to a Server via the attach_volume action.

    interface HetznerVolumeAttachment {
        automount?: boolean;
        serverId: number | IResolvable;
        volumeId: number | IResolvable;
    }
    Index

    Properties

    automount?: boolean

    Auto-mount the Volume after attaching it.

    serverId: number | IResolvable

    ID of the Server to attach the Volume to.

    volumeId: number | IResolvable

    ID of the Volume to attach.