@urixen/ptero-connect
    Preparing search index...

    Interface Allocation

    Represents an IP address and port allocation on a node.

    interface Allocation {
        attributes: {
            assigned: boolean;
            id: number;
            ip: string;
            ip_alias: null | string;
            notes: null | string;
            port: number;
        };
        object: "allocation";
    }
    Index

    Properties

    Properties

    attributes: {
        assigned: boolean;
        id: number;
        ip: string;
        ip_alias: null | string;
        notes: null | string;
        port: number;
    }
    object: "allocation"