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

    Interface HetznerPrimaryIp

    Props for HtzPrimaryIp.

    Manages a Hetzner Cloud Primary IP.

    interface HetznerPrimaryIp {
        assigneeId?: number | IResolvable | null;
        assigneeType: SERVER;
        autoDelete?: boolean;
        labels?: Record<string, string>;
        location?: Location;
        name: string;
        primaryIpId?: number | IResolvable;
        type: PrimaryIpType;
    }
    Index

    Properties

    assigneeId?: number | IResolvable | null

    ID of resource to assign the Primary IP to.

    assigneeType: SERVER

    Type of resource the Primary IP can get assigned to.

    autoDelete?: boolean

    Auto deletion state.

    labels?: Record<string, string>

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

    location?: Location

    Location the Primary IP will be bound to.

    name: string

    Name of the Resource. Must be unique per Project.

    primaryIpId?: number | IResolvable

    ID of the Primary IP. Assigned by the API on creation.

    Primary IP type.