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

    Type Alias AutoGeneratedAllocation

    type AutoGeneratedAllocation = {
        attributes: {
            id: number;
            ip: string;
            ip_alias: string | null;
            is_default: boolean;
            notes: string | null;
            port: number;
        };
        object: "allocation";
    }
    Index

    Properties

    Properties

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