hetzner-ts
    Preparing search index...
    interface PrimaryIP {
        assignee_id: number;
        assignee_type: string;
        auto_delete: boolean;
        blocked: boolean;
        created: string;
        datacenter: Datacenter;
        dns_ptr: DNSPtr[];
        id: number;
        ip: string;
        labels: Record<string, string>;
        name: string;
        protection: Protection;
        type: "ipv4" | "ipv6";
    }
    Index

    Properties

    assignee_id: number
    assignee_type: string
    auto_delete: boolean
    blocked: boolean
    created: string
    datacenter: Datacenter
    dns_ptr: DNSPtr[]
    id: number
    ip: string
    labels: Record<string, string>
    name: string
    protection: Protection
    type: "ipv4" | "ipv6"