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

    Interface SubnetStatus

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

    interface SubnetStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1.SubnetStatus";
        ipv4PrivateCidrs: string[];
        ipv4PrivatePools: SubnetStatusPool[];
        ipv4PublicCidrs: string[];
        ipv4PublicPools: SubnetStatusPool[];
        routeTable?: SubnetAssociatedRouteTable;
        state: SubnetStatus_State;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

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

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.vpc.v1.SubnetStatus 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.SubnetStatus"

    Contains the fully qualified protobuf type name.

    ipv4PrivateCidrs: string[]

    CIDR blocks. Deprecated: Use ipv4_private_pools.cidrs instead.

    Deprecated, will be removed on 2027-02-01: Use ipv4_private_pools.cidrs instead..

    ipv4PrivatePools: SubnetStatusPool[]

    Private IPv4 pools available for allocations in this subnet.

    ipv4PublicCidrs: string[]

    CIDR blocks. Deprecated: Use ipv4_public_pools.cidrs instead.

    Deprecated, will be removed on 2027-02-01: Use ipv4_public_pools.cidrs instead..

    ipv4PublicPools: SubnetStatusPool[]

    Public IPv4 pools available for allocations in this subnet.

    Information about the route table associated with this subnet. Can be either a custom route table or the network's default route table.

    Current state of the subnet.