@akamai/openapi-ts
Preparing search index...
types.gen
GetLinodeIpData
Type Alias GetLinodeIpData
type
GetLinodeIpData
=
{
body
?:
never
;
path
:
{
address
:
string
;
linodeId
:
number
}
;
query
?:
never
;
url
:
"linode/instances/{linodeId}/ips/{address}"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
never
path
path
:
{
address
:
string
;
linodeId
:
number
}
Type Declaration
address
:
string
The IP address.
linodeId
:
number
The ID of the Linode.
Optional
query
query
?:
never
url
url
:
"linode/instances/{linodeId}/ips/{address}"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
@akamai/openapi-ts
Loading...
The IP address.