@akamai/openapi-ts
Preparing search index...
types.gen
DeleteNodeBalancerConfigData
Type Alias DeleteNodeBalancerConfigData
type
DeleteNodeBalancerConfigData
=
{
body
?:
never
;
path
:
{
configId
:
number
;
nodeBalancerId
:
number
}
;
query
?:
never
;
url
:
"nodebalancers/{nodeBalancerId}/configs/{configId}"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
never
path
path
:
{
configId
:
number
;
nodeBalancerId
:
number
}
Type Declaration
configId
:
number
The ID of the Config to access.
nodeBalancerId
:
number
The ID of the NodeBalancer.
Optional
query
query
?:
never
url
url
:
"nodebalancers/{nodeBalancerId}/configs/{configId}"
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.