MonoCloud Management SDK
    Preparing search index...

    Interface RegionalNetworkZone

    Regional Network Zone Response: Represents a Regional Network Zone.

    RegionalNetworkZone

    interface RegionalNetworkZone {
        category: NetworkZoneCategory;
        countries: string[];
        creation_time: number;
        description?: string | null;
        enabled: boolean;
        id: string;
        last_updated: number;
        name: string;
        operator: NetworkZoneOperator;
        type: string;
    }
    Index

    Properties

    The category the zone belongs to.

    RegionalNetworkZone

    countries: string[]

    List of 3166-1 alpha-2 country codes.

    RegionalNetworkZone

    creation_time: number

    Specifies the creation time of the zone (in Epoch).

    RegionalNetworkZone

    description?: string | null

    Description that explains the zone.

    RegionalNetworkZone

    enabled: boolean

    Indicates whether the zone is enabled.

    RegionalNetworkZone

    id: string

    The unique identifier of the network zone.

    RegionalNetworkZone

    last_updated: number

    Specifies the last update time of the zone (in Epoch).

    RegionalNetworkZone

    name: string

    Human-readable name for the zone.

    RegionalNetworkZone

    The evaluation operator for the network zone.

    RegionalNetworkZone

    type: string

    RegionalNetworkZone