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

    Maintenance operations are initiated by Nebius Cloud infrastructure. They are used to perform scheduled or urgent operations on Nebius Cloud resources, such as Managed Services or Standalone Applications, that are necessary for maintaining the service in an operable state. These operations run automatically, without user intervention.

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

    Indexable

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

      Maintenance operations are initiated by Nebius Cloud infrastructure. They are used to perform scheduled or urgent operations on Nebius Cloud resources, such as Managed Services or Standalone Applications, that are necessary for maintaining the service in an operable state. These operations run automatically, without user intervention.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Maintenance operations are initiated by Nebius Cloud infrastructure. They are used to perform scheduled or urgent operations on Nebius Cloud resources, such as Managed Services or Standalone Applications, that are necessary for maintaining the service in an operable state. These operations run automatically, without user intervention.

            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.maintenance.v1alpha1.Maintenance"

    Contains the fully qualified protobuf type name.

    metadata?: ResourceMetadata

    The metadata for the maintenance operation resource.

    Specifications for the maintenance operation.

    Current status of the maintenance operation.