@nebius/js-sdk - v0.1.4
Services Index
GitHub
Preparing search index...
api/nebius/vpc/v1
AllocationSpec
Interface AllocationSpec
interface
AllocationSpec
{
"[customJson]"
?:
()
=>
unknown
;
"[unknownFieldsSymbol]"
?:
Uint8Array
<
ArrayBufferLike
>
;
$type
:
"nebius.vpc.v1.AllocationSpec"
;
ipSpec
?:
|
{
$case
:
"ipv4Private"
;
ipv4Private
:
IPv4PrivateAllocationSpec
}
|
{
$case
:
"ipv4Public"
;
ipv4Public
:
IPv4PublicAllocationSpec
}
;
[
key
:
symbol
]:
Uint8Array
<
ArrayBufferLike
>
|
(
()
=>
unknown
)
|
undefined
;
}
Indexable
[
key
:
symbol
]:
Uint8Array
<
ArrayBufferLike
>
|
(
()
=>
unknown
)
|
undefined
Index
Properties
[custom
Json]?
[unknown
Fields
Symbol]?
$type
ip
Spec?
Properties
Optional
[custom
Json]
"[customJson]"
?:
()
=>
unknown
Optional
[unknown
Fields
Symbol]
"[unknownFieldsSymbol]"
?:
Uint8Array
<
ArrayBufferLike
>
$type
$type
:
"nebius.vpc.v1.AllocationSpec"
Optional
ip
Spec
ipSpec
?:
|
{
$case
:
"ipv4Private"
;
ipv4Private
:
IPv4PrivateAllocationSpec
}
|
{
$case
:
"ipv4Public"
;
ipv4Public
:
IPv4PublicAllocationSpec
}
IP specifications for the allocation.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[custom
Json]
[unknown
Fields
Symbol]
$type
ip
Spec
Services Index
Services Index
GitHub
@nebius/js-sdk - v0.1.4
Loading...
IP specifications for the allocation.