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

    Interface NodeSetUnhealthyRequest

    interface NodeSetUnhealthyRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.NodeSetUnhealthyRequest";
        dryRun: boolean;
        healthCheckInfo?: NodeSetUnhealthyRequest_HealthCheckInfo;
        instanceId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.compute.v1.NodeSetUnhealthyRequest"
    dryRun: boolean

    If set to true, the call performs the authorization and limit checks, but does not mark node unhealthy. False by default

    instanceId: string