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

    Interface AllocationDetails

    Represents the nebius.vpc.v1.AllocationDetails protobuf message.

    interface AllocationDetails {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.AllocationDetails";
        allocatedCidr: string;
        poolId: string;
        subnetId: string;
        version: IpVersion;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Represents the nebius.vpc.v1.AllocationDetails protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.vpc.v1.AllocationDetails protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.vpc.v1.AllocationDetails"

    Contains the fully qualified protobuf type name.

    allocatedCidr: string

    The actual CIDR block that has been allocated.

    poolId: string

    ID of the pool from which this allocation was made.

    subnetId: string

    ID of the subnet associated with this allocation. Populated when created with explicit subnet_id, from a subnet-specific pool, or when assigned to a resource.

    version: IpVersion

    The IP version of this allocation (IPv4 or IPv6).