@akamai/openapi-ts
    Preparing search index...

    Type Alias GetVpcSubnetData

    type GetVpcSubnetData = {
        body?: never;
        path: { vpcId: number; vpcSubnetId: number };
        query?: never;
        url: "vpcs/{vpcId}/subnets/{vpcSubnetId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { vpcId: number; vpcSubnetId: number }

    Type Declaration

    • vpcId: number

      The id of the VPC.

    • vpcSubnetId: number

      The id of the VPC Subnet.

    query?: never
    url: "vpcs/{vpcId}/subnets/{vpcSubnetId}"