NetworkProfile

NetworkProfile
NetworkProfile
JSON Example
{
    "_last_modified": "string",
    "configpb_attributes": {
        "version": 0
    },
    "connection_mirror": false,
    "description": "string",
    "markers": [
        {
            "key": "string",
            "values": [
                "string"
            ]
        }
    ],
    "name": "string",
    "profile": {
        "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
        }
    },
    "tenant_ref": "string",
    "url": "string",
    "uuid": "string"
}
string
_last_modified
Optional

UNIX time since epoch in microseconds. Units(MICROSECONDS).

configpb_attributes
Optional

configpb_attributes

boolean
connection_mirror
Optional

When enabled, Avi mirrors all TCP fastpath connections to standby. Applicable only in Legacy HA Mode. Field introduced in 18.1.3,18.2.1. Allowed in Enterprise edition with any value, Essentials edition(Allowed values- false), Basic, Enterprise with Cloud Services edition.

string
description
Optional

Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

markers
Optional

List of labels to be used for granular RBAC. Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Essentials edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.

string
name
Required

The name of the network profile. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

profile
Required

profile

string
tenant_ref
Optional

It is a reference to an object of type Tenant. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
url
Optional

url

string
uuid
Optional

UUID of the network profile. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.