hetzner-ts
    Preparing search index...

    Interface CreateFloatingIPParams

    interface CreateFloatingIPParams {
        description?: string;
        home_location?: string;
        labels?: Record<string, string>;
        name?: string;
        server?: number;
        type: "ipv4" | "ipv6";
    }
    Index

    Properties

    description?: string
    home_location?: string
    labels?: Record<string, string>
    name?: string
    server?: number
    type: "ipv4" | "ipv6"