@akamai/openapi-ts
Preparing search index...
types.gen
DeleteNodeBalancerConfigNodeData
Type Alias DeleteNodeBalancerConfigNodeData
type
DeleteNodeBalancerConfigNodeData
=
{
body
?:
never
;
path
:
{
configId
:
number
;
nodeBalancerId
:
number
;
nodeId
:
string
}
;
query
?:
never
;
url
:
"nodebalancers/{nodeBalancerId}/configs/{configId}/nodes/{nodeId}"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
never
path
path
:
{
configId
:
number
;
nodeBalancerId
:
number
;
nodeId
:
string
}
Type Declaration
configId
:
number
The ID of the Config to access.
nodeBalancerId
:
number
The ID of the NodeBalancer.
nodeId
:
string
The ID of the Node to access.
Optional
query
query
?:
never
url
url
:
"nodebalancers/{nodeBalancerId}/configs/{configId}/nodes/{nodeId}"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
@akamai/openapi-ts
Loading...
The ID of the Config to access.