@urixen/ptero-connect
Preparing search index...
Allocation
Interface Allocation
Represents an IP address and port allocation on a node.
interface
Allocation
{
attributes
:
{
assigned
:
boolean
;
id
:
number
;
ip
:
string
;
ip_alias
:
null
|
string
;
notes
:
null
|
string
;
port
:
number
;
}
;
object
:
"allocation"
;
}
Index
Properties
attributes
object
Properties
attributes
attributes
:
{
assigned
:
boolean
;
id
:
number
;
ip
:
string
;
ip_alias
:
null
|
string
;
notes
:
null
|
string
;
port
:
number
;
}
object
object
:
"allocation"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
object
@urixen/ptero-connect
Loading...
Represents an IP address and port allocation on a node.