MonoCloud Management SDK
    Preparing search index...

    Interface PatchIpNetworkZoneRequest

    Patch IP Network Zone Request: Used to partially update an IP network zone.

    PatchIpNetworkZoneRequest

    interface PatchIpNetworkZoneRequest {
        category?: NetworkZoneCategory;
        description?: string | null;
        enabled?: boolean;
        ip_ranges?: string[];
        name?: string;
        operator?: NetworkZoneOperator;
    }
    Index

    Properties

    The category the zone belongs to.

    PatchIpNetworkZoneRequest

    description?: string | null

    Description that explains the zone.

    PatchIpNetworkZoneRequest

    enabled?: boolean

    Indicates whether the zone is enabled.

    PatchIpNetworkZoneRequest

    ip_ranges?: string[]

    List of IPv4/IPv6 addresses or CIDR ranges.

    PatchIpNetworkZoneRequest

    name?: string

    Human-readable name for the zone.

    PatchIpNetworkZoneRequest

    The evaluation operator for the network zone.

    PatchIpNetworkZoneRequest