pterowraptyl
    Preparing search index...

    Interface AllocationAttributes

    interface AllocationAttributes {
        id: number;
        ip: string;
        ip_alias: null | string;
        is_default: boolean;
        notes: null | string;
        port: number;
    }
    Index

    Properties

    id: number
    ip: string
    ip_alias: null | string
    is_default: boolean
    notes: null | string
    port: number