NetworkProfileUnion

NetworkProfileUnion
NetworkProfileUnion
JSON Example
{
    "sctp_fast_path_profile": {
        "enable_init_chunk_protection": false,
        "idle_timeout": 0
    },
    "sctp_proxy_profile": {
        "cookie_expiration_timeout": 0,
        "heartbeat_interval": 0,
        "idle_timeout": 0,
        "max_retransmissions_association": 0,
        "max_retransmissions_init_chunks": 0,
        "number_of_streams": 0,
        "receive_window": 0,
        "reset_timeout": 0
    },
    "tcp_fast_path_profile": {
        "dsr_profile": {
            "dsr_encap_type": "string",
            "dsr_type": "string"
        },
        "enable_syn_protection": false,
        "session_idle_timeout": 0
    },
    "tcp_proxy_profile": {
        "aggressive_congestion_avoidance": false,
        "auto_window_growth": false,
        "automatic": false,
        "cc_algo": "string",
        "congestion_recovery_scaling_factor": 0,
        "idle_connection_timeout": 0,
        "idle_connection_type": "string",
        "ignore_time_wait": false,
        "ip_dscp": 0,
        "keepalive_in_halfclose_state": false,
        "max_retransmissions": 0,
        "max_segment_size": 0,
        "max_syn_retransmissions": 0,
        "min_rexmt_timeout": 0,
        "nagles_algorithm": false,
        "reassembly_queue_size": 0,
        "receive_window": 0,
        "reorder_threshold": 0,
        "slow_start_scaling_factor": 0,
        "time_wait_delay": 0,
        "use_interface_mtu": false
    },
    "type": "string",
    "udp_fast_path_profile": {
        "dsr_profile": {
            "dsr_encap_type": "string",
            "dsr_type": "string"
        },
        "per_pkt_loadbalance": false,
        "session_idle_timeout": 0,
        "snat": false
    },
    "udp_proxy_profile": {
        "session_idle_timeout": 0
    }
}
sctp_fast_path_profile
Optional

sctp_fast_path_profile

sctp_proxy_profile
Optional

sctp_proxy_profile

tcp_fast_path_profile
Optional

tcp_fast_path_profile

tcp_proxy_profile
Optional

tcp_proxy_profile

string
type
Required

Configure one of either proxy or fast path profiles. Enum options - PROTOCOL_TYPE_TCP_PROXY, PROTOCOL_TYPE_TCP_FAST_PATH, PROTOCOL_TYPE_UDP_FAST_PATH, PROTOCOL_TYPE_UDP_PROXY, PROTOCOL_TYPE_SCTP_PROXY, PROTOCOL_TYPE_SCTP_FAST_PATH. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- PROTOCOL_TYPE_TCP_FAST_PATH,PROTOCOL_TYPE_UDP_FAST_PATH), Basic edition(Allowed values- PROTOCOL_TYPE_TCP_PROXY,PROTOCOL_TYPE_TCP_FAST_PATH,PROTOCOL_TYPE_UDP_FAST_PATH), Enterprise with Cloud Services edition.

udp_fast_path_profile
Optional

udp_fast_path_profile

udp_proxy_profile
Optional

udp_proxy_profile

Property Of