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

    Interface HetznerFloatingIpAssignment

    Props for HtzFloatingIpAssignment.

    Assigns a Hetzner Cloud Floating IP to a Server via the assign action.

    interface HetznerFloatingIpAssignment {
        floatingIpId: number | IResolvable;
        serverId: number | IResolvable;
    }
    Index

    Properties

    floatingIpId: number | IResolvable

    ID of the Floating IP to assign.

    serverId: number | IResolvable

    ID of the Server to assign the Floating IP to.