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

    Type Alias GetRegionAvailabilityResponses

    type GetRegionAvailabilityResponses = {
        "200": { available: boolean; plan: string; region: string }[];
    }
    Index

    Properties

    Properties

    "200": { available: boolean; plan: string; region: string }[]

    The availability data for a single Region.

    Type Declaration

    • available: boolean

      Filterable Whether the compute instance type is available in the region.

    • plan: string

      Filterable The compute instance Type ID.

    • region: string

      Filterable The Region ID.