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

    Interface Network

    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.v1.Network";
        metadata?: ResourceMetadata;
        spec?: NetworkSpec;
        status?: NetworkStatus;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

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

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Defines a Network, which serves as a virtual representation of a traditional LAN within a cloud environment. Networks facilitate communication between subnets.

            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.Network"

    Contains the fully qualified protobuf type name.

    metadata?: ResourceMetadata

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

    Specification of the network.

    status?: NetworkStatus

    Status of the network.