@nebius/js-sdk - v0.1.41
Services Index
GitHub
Preparing search index...
api/nebius/capacity/v1
CapacityInterval
Interface CapacityInterval
Capacity Intervals represents a timeframe during which the specified resources can be used.
interface
CapacityInterval
{
"[customJson]"
?:
()
=>
unknown
;
"[unknownFieldsSymbol]"
?:
Uint8Array
<
ArrayBufferLike
>
;
$type
:
"nebius.capacity.v1.CapacityInterval"
;
metadata
?:
ResourceMetadata
;
spec
?:
CapacityIntervalSpec
;
status
?:
CapacityIntervalStatus
;
[
key
:
symbol
]:
Uint8Array
<
ArrayBufferLike
>
|
(
()
=>
unknown
)
|
undefined
;
}
Indexable
[
key
:
symbol
]:
Uint8Array
<
ArrayBufferLike
>
|
(
()
=>
unknown
)
|
undefined
Index
Properties
[custom
Json]?
[unknown
Fields
Symbol]?
$type
metadata?
spec?
status?
Properties
Optional
[custom
Json]
"[customJson]"
?:
()
=>
unknown
Optional
[unknown
Fields
Symbol]
"[unknownFieldsSymbol]"
?:
Uint8Array
<
ArrayBufferLike
>
$type
$type
:
"nebius.capacity.v1.CapacityInterval"
Optional
metadata
metadata
?:
ResourceMetadata
Optional
spec
spec
?:
CapacityIntervalSpec
Optional
status
status
?:
CapacityIntervalStatus
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[custom
Json]
[unknown
Fields
Symbol]
$type
metadata
spec
status
Services Index
Services Index
GitHub
@nebius/js-sdk - v0.1.41
Loading...
Capacity Intervals represents a timeframe during which the specified resources can be used.