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

    Type Alias AccountAvailability

    Account Service Availability object.

    type AccountAvailability = {
        available?: string[];
        region?: string;
        unavailable?: string[];
    }
    Index

    Properties

    available?: string[]

    Read-only A list of services available to your account in the region.

    region?: string

    Read-only The Akamai cloud computing data center (region), represented by a slug value. You can view a full list of regions and their associated slugs with the List regions operation.

    unavailable?: string[]

    Read-only A list of services unavailable to your account in the region.