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

    Interface HetznerNetwork

    Props for HtzNetwork.

    Manages a Hetzner Cloud private Network.

    interface HetznerNetwork {
        exposeRoutesToVswitch?: boolean;
        ipRange: string;
        labels?: Record<string, string>;
        name: string;
    }
    Index

    Properties

    exposeRoutesToVswitch?: boolean

    Toggle to expose routes to the Networks vSwitch.

    ipRange: string

    IP range of the Network in CIDR notation. Must be a private IPv4 range per RFC1918. Minimum /24, recommended /16.

    labels?: Record<string, string>

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

    name: string

    Name of the Network.