MonoCloud Management SDK
    Preparing search index...

    Interface IpNetworkZone

    IP Network Zone Response: Represents a IP Network Zone.

    IpNetworkZone

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

    Properties

    The category the zone belongs to.

    IpNetworkZone

    creation_time: number

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

    IpNetworkZone

    description?: string | null

    Description that explains the zone.

    IpNetworkZone

    enabled: boolean

    Indicates whether the zone is enabled.

    IpNetworkZone

    id: string

    The unique identifier of the network zone.

    IpNetworkZone

    ip_ranges: string[]

    List of IPv4/IPv6 addresses or CIDR ranges.

    IpNetworkZone

    last_updated: number

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

    IpNetworkZone

    name: string

    Human-readable name for the zone.

    IpNetworkZone

    The evaluation operator for the network zone.

    IpNetworkZone

    type: string

    IpNetworkZone