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

    Interface UpdateClusterRequest

    interface UpdateClusterRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.mk8s.v1.UpdateClusterRequest";
        metadata?: ResourceMetadata;
        spec?: ClusterSpec;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.mk8s.v1.UpdateClusterRequest"
    metadata?: ResourceMetadata

    Metadata associated with the instance. Includes ID of the instance to update.

    Updated specifications for the instance.