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

    Interface DeprecationDetails

    Represents the nebius.DeprecationDetails protobuf message.

    interface DeprecationDetails {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.DeprecationDetails";
        description: string;
        descriptionCli: string;
        effectiveAt: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Represents the nebius.DeprecationDetails protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.DeprecationDetails protobuf message.

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

    Contains the fully qualified protobuf type name.

    description: string

    A description to help users understand the reason for deprecation and suggest alternatives. By default, this message will be shown in the CLI, Terraform, and SDKs as is.

    descriptionCli: string

    Override base description for CLI, specify possible alternative method Example: "Please use the 'iam v2 access-key' command instead. All existing keys remain accessible through the new command."

    effectiveAt: string

    The date when this method, service, message or field will stop working (format: YYYY-MM-DD)