@shadmanZero/tenantos-api
Preparing search index...
ServerIPAssignment
Interface ServerIPAssignment
interface
ServerIPAssignment
{
id
?:
number
;
ip
:
string
;
ipAttributes
?:
{
isIpv4
:
number
;
isIpv6
:
number
;
isSubnet
:
number
}
;
primary_ip
?:
number
;
rdnsHostname
?:
string
;
subnet
?:
string
;
subnetinformation
?:
{
cidr
?:
number
;
gw
:
string
;
isExternalProvider
?:
number
;
netmask
:
string
;
rdnsAvailable
?:
number
;
rootSubnetId
?:
null
|
number
;
subnet
:
string
;
subnetOwnedByUser
?:
boolean
;
type
:
string
;
vlanAutomationAvailable
?:
boolean
;
}
;
type
?:
"primary"
|
"secondary"
;
updated_at
?:
string
;
}
Index
Properties
id?
ip
ip
Attributes?
primary_
ip?
rdns
Hostname?
subnet?
subnetinformation?
type?
updated_
at?
Properties
Optional
Readonly
id
id
?:
number
Readonly
ip
ip
:
string
Optional
Readonly
ip
Attributes
ipAttributes
?:
{
isIpv4
:
number
;
isIpv6
:
number
;
isSubnet
:
number
}
Optional
Readonly
primary_
ip
primary_ip
?:
number
Optional
Readonly
rdns
Hostname
rdnsHostname
?:
string
Optional
Readonly
subnet
subnet
?:
string
Optional
Readonly
subnetinformation
subnetinformation
?:
{
cidr
?:
number
;
gw
:
string
;
isExternalProvider
?:
number
;
netmask
:
string
;
rdnsAvailable
?:
number
;
rootSubnetId
?:
null
|
number
;
subnet
:
string
;
subnetOwnedByUser
?:
boolean
;
type
:
string
;
vlanAutomationAvailable
?:
boolean
;
}
Optional
Readonly
type
type
?:
"primary"
|
"secondary"
Optional
Readonly
updated_
at
updated_at
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
ip
ip
Attributes
primary_
ip
rdns
Hostname
subnet
subnetinformation
type
updated_
at
@shadmanZero/tenantos-api
Loading...