MonoCloud Management SDK
    Preparing search index...

    Interface CreateIpNetworkZoneRequest

    Create IP Network Zone Request: Used to create an IP network zone.

    CreateIpNetworkZoneRequest

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

    Properties

    The category the zone belongs to.

    CreateIpNetworkZoneRequest

    description?: string | null

    Description that explains the zone.

    CreateIpNetworkZoneRequest

    enabled?: boolean

    Indicates whether the zone is enabled.

    CreateIpNetworkZoneRequest

    ip_ranges?: string[]

    List of IPv4/IPv6 addresses or CIDR ranges.

    CreateIpNetworkZoneRequest

    name: string

    Human-readable name for the zone.

    CreateIpNetworkZoneRequest

    The evaluation operator for the network zone.

    CreateIpNetworkZoneRequest