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

    Interface AttachedFilesystemSpec

    Represents the nebius.mk8s.v1alpha1.AttachedFilesystemSpec protobuf message.

    interface AttachedFilesystemSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.mk8s.v1alpha1.AttachedFilesystemSpec";
        attachMode: AttachedFilesystemSpec_AttachMode;
        deviceName: string;
        type?: {
            $case: "existingFilesystem";
            existingFilesystem: ExistingFilesystem;
        };
        [key: symbol]: Uint8Array<ArrayBufferLike>
        | (() => unknown)
        | undefined;
    }

    Indexable

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

      Represents the nebius.mk8s.v1alpha1.AttachedFilesystemSpec protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.mk8s.v1alpha1.AttachedFilesystemSpec 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.mk8s.v1alpha1.AttachedFilesystemSpec"

    Contains the fully qualified protobuf type name.

    Contains the attach_mode protobuf field.

    deviceName: string

    Contains the device_name protobuf field.

    type?: { $case: "existingFilesystem"; existingFilesystem: ExistingFilesystem }

    Contains the selected value for the type protobuf oneof.

    Type Declaration

    • $case: "existingFilesystem"

      Contains the case.

    • existingFilesystem: ExistingFilesystem

      Contains the existing filesystem.