hetzner-ts
Preparing search index...
floating-ips/types
FloatingIP
Interface FloatingIP
interface
FloatingIP
{
blocked
:
boolean
;
created
:
string
;
description
:
null
|
string
;
dns_ptr
:
{
[
ip
:
string
]:
string
}
[]
;
home_location
:
{
city
:
string
;
country
:
string
;
description
:
string
;
id
:
number
;
latitude
:
number
;
longitude
:
number
;
name
:
string
;
network_zone
:
string
;
}
;
id
:
number
;
ip
:
string
;
labels
:
Record
<
string
,
string
>
;
name
:
string
;
protection
:
{
delete
:
boolean
}
;
server
:
null
|
number
;
type
:
"ipv4"
|
"ipv6"
;
}
Index
Properties
blocked
created
description
dns_
ptr
home_
location
id
ip
labels
name
protection
server
type
Properties
blocked
blocked
:
boolean
created
created
:
string
description
description
:
null
|
string
dns_
ptr
dns_ptr
:
{
[
ip
:
string
]:
string
}
[]
home_
location
home_location
:
{
city
:
string
;
country
:
string
;
description
:
string
;
id
:
number
;
latitude
:
number
;
longitude
:
number
;
name
:
string
;
network_zone
:
string
;
}
id
id
:
number
ip
ip
:
string
labels
labels
:
Record
<
string
,
string
>
name
name
:
string
protection
protection
:
{
delete
:
boolean
}
server
server
:
null
|
number
type
type
:
"ipv4"
|
"ipv6"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blocked
created
description
dns_
ptr
home_
location
id
ip
labels
name
protection
server
type
hetzner-ts
Loading...