DataNetworkConfig

DataNetworkConfig
DataNetworkConfig
JSON Example
{
    "tier1_segment_config": {
        "automatic": {
            "nsxt_segment_subnet": {
                "ip_addr": {
                    "addr": "string",
                    "type": "string"
                },
                "mask": 0
            },
            "num_se_per_segment": 0,
            "tier1_lr_ids": [
                "string"
            ]
        },
        "manual": {
            "tier1_lrs": [
                {
                    "locale_service": "string",
                    "segment_id": "string",
                    "tier1_lr_id": "string"
                }
            ]
        },
        "segment_config_mode": "string"
    },
    "transport_zone": "string",
    "tz_type": "string",
    "vlan_segments": [
        "string"
    ]
}
tier1_segment_config
Optional

tier1_segment_config

string
transport_zone
Optional

Data transport zone path for Avi Service Engines. Example- /infra/sites/default/enforcement-points/default/transport-zones/xxx-xxx-xxxx. Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.

string
tz_type
Optional

Data transport zone type overlay or vlan. Enum options - OVERLAY, VLAN. Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Basic edition with any value, Enterprise with Cloud Services edition.

array of string
vlan_segments
Optional

Data vlan segments path to use for Avi Service Engines. Example- /infra/segments/vlanls. This should be set only when transport zone is of type VLAN. Field introduced in 20.1.5. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.