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

    Interface HetznerPrimaryIpAssignment

    Props for HtzPrimaryIpAssignment.

    Assigns a Hetzner Cloud Primary IP to a resource via the assign action.

    interface HetznerPrimaryIpAssignment {
        assigneeId: number | IResolvable;
        assigneeType: SERVER;
        primaryIpId: number | IResolvable;
    }
    Index

    Properties

    assigneeId: number | IResolvable

    ID of the resource to assign the Primary IP to.

    assigneeType: SERVER

    Type of resource to assign the Primary IP to.

    primaryIpId: number | IResolvable

    ID of the Primary IP to assign.