pterowraptyl
    Preparing search index...

    Interface AllocationRequest

    interface AllocationRequest {
        alias?: string;
        id: number;
        ip: string;
        port: string[];
    }
    Index

    Properties

    Properties

    alias?: string
    id: number

    The ID of the node to create the allocation on

    ip: string
    port: string[]