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

    Type Alias PutVpcData

    type PutVpcData = {
        body: { description?: string; label?: string };
        path: { vpcId: number };
        query?: never;
        url: "vpcs/{vpcId}";
    }
    Index

    Properties

    Properties

    body: { description?: string; label?: string }

    A VPC Update request object.

    Type Declaration

    • Optionaldescription?: string

      A written description to help distinguish the VPC.

    • Optionallabel?: string

      Filterable The VPC's label, for display purposes only.

      • Needs to be unique among the Account's VPCs.
      • Can only contain ASCII letters, numbers, and hyphens (-). You can't use two consecutive hyphens (--).
    path: { vpcId: number }

    Type Declaration

    • vpcId: number

      The id of the VPC.

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