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

    Interface HetznerFloatingIp

    Props for HtzFloatingIp.

    Manages a Hetzner Cloud Floating IP.

    interface HetznerFloatingIp {
        description?: string | null;
        homeLocation: Location;
        labels?: Record<string, string>;
        name?: string;
        serverId?: number | IResolvable | null;
        type: FloatingIpType;
    }
    Index

    Properties

    description?: string | null

    Description of the Resource.

    homeLocation: Location

    Home Location for the Floating IP.

    labels?: Record<string, string>

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

    name?: string

    Name of the Resource. Must be unique per Project.

    serverId?: number | IResolvable | null

    ID of the Server the Floating IP is assigned to.

    The Floating IP type.