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

    Interface SubnetStatus

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

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1.SubnetStatus"
    ipv4PrivateCidrs: string[]

    CIDR blocks.

    ipv4PublicCidrs: string[]

    CIDR blocks.

    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.