@nebius/js-sdk - v0.1.4
    Preparing search index...

    Interface AllocationStatus

    interface AllocationStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.AllocationStatus";
        assignment?: Assignment;
        details?: AllocationDetails;
        state: AllocationStatus_State;
        static: boolean;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1.AllocationStatus"
    assignment?: Assignment

    Information about the assignment associated with the allocation, such as network interface or load balancer assignment.

    Detailed information about the allocation status, including the allocated CIDR, pool ID and IP version.

    This field represents the current state of the allocation.

    static: boolean

    If false - Lifecycle of allocation depends on resource that using it.