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

    Defines a Network, which serves as a virtual representation of a traditional LAN within a cloud environment. Networks facilitate communication between subnets.

    interface Network {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.vpc.v1alpha1.Network";
        metadata?: ResourceMetadata;
        spec?: NetworkSpec;
        status?: NetworkStatus;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.vpc.v1alpha1.Network"
    metadata?: ResourceMetadata

    Metadata for the network resource. metadata.parent_id represents IAM container

    Specification of the network.

    status?: NetworkStatus

    Status of the network.