@nebius/js-sdk - v0.1.4
Services Index
GitHub
Preparing search index...
api/nebius/mk8s/v1
AttachedFilesystemSpec
Interface AttachedFilesystemSpec
interface
AttachedFilesystemSpec
{
"[customJson]"
?:
()
=>
unknown
;
"[unknownFieldsSymbol]"
?:
Uint8Array
<
ArrayBufferLike
>
;
$type
:
"nebius.mk8s.v1.AttachedFilesystemSpec"
;
attachMode
:
AttachedFilesystemSpec_AttachMode
;
mountTag
:
string
;
type
?:
{
$case
:
"existingFilesystem"
;
existingFilesystem
:
ExistingFilesystem
;
}
;
[
key
:
symbol
]:
Uint8Array
<
ArrayBufferLike
>
|
(
()
=>
unknown
)
|
undefined
;
}
Indexable
[
key
:
symbol
]:
Uint8Array
<
ArrayBufferLike
>
|
(
()
=>
unknown
)
|
undefined
Index
Properties
[custom
Json]?
[unknown
Fields
Symbol]?
$type
attach
Mode
mount
Tag
type?
Properties
Optional
[custom
Json]
"[customJson]"
?:
()
=>
unknown
Optional
[unknown
Fields
Symbol]
"[unknownFieldsSymbol]"
?:
Uint8Array
<
ArrayBufferLike
>
$type
$type
:
"nebius.mk8s.v1.AttachedFilesystemSpec"
attach
Mode
attachMode
:
AttachedFilesystemSpec_AttachMode
mount
Tag
mountTag
:
string
Specifies the user-defined identifier, allowing to use it as a device in mount command.
Optional
type
type
?:
{
$case
:
"existingFilesystem"
;
existingFilesystem
:
ExistingFilesystem
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[custom
Json]
[unknown
Fields
Symbol]
$type
attach
Mode
mount
Tag
type
Services Index
Services Index
GitHub
@nebius/js-sdk - v0.1.4
Loading...
Specifies the user-defined identifier, allowing to use it as a device in mount command.