hetzner-ts
Preparing search index...
floating-ips/types
CreateFloatingIPParams
Interface CreateFloatingIPParams
interface
CreateFloatingIPParams
{
description
?:
string
;
home_location
?:
string
;
labels
?:
Record
<
string
,
string
>
;
name
?:
string
;
server
?:
number
;
type
:
"ipv4"
|
"ipv6"
;
}
Index
Properties
description?
home_
location?
labels?
name?
server?
type
Properties
Optional
description
description
?:
string
Optional
home_
location
home_location
?:
string
Optional
labels
labels
?:
Record
<
string
,
string
>
Optional
name
name
?:
string
Optional
server
server
?:
number
type
type
:
"ipv4"
|
"ipv6"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
home_
location
labels
name
server
type
hetzner-ts
Loading...