@akamai/openapi-ts
Preparing search index...
types.gen
DeleteVpcSubnetData
Type Alias DeleteVpcSubnetData
type
DeleteVpcSubnetData
=
{
body
?:
never
;
path
:
{
vpcId
:
number
;
vpcSubnetId
:
number
}
;
query
?:
never
;
url
:
"vpcs/{vpcId}/subnets/{vpcSubnetId}"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
never
path
path
:
{
vpcId
:
number
;
vpcSubnetId
:
number
}
Type Declaration
vpcId
:
number
The
id
of the VPC.
vpcSubnetId
:
number
The
id
of the VPC Subnet.
Optional
query
query
?:
never
url
url
:
"vpcs/{vpcId}/subnets/{vpcSubnetId}"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
@akamai/openapi-ts
Loading...
The
idof the VPC.