NsxtConfiguration

NsxtConfiguration
NsxtConfiguration
JSON Example
{
    "automate_dfw_objects": false,
    "automate_dfw_rules": false,
    "data_network_config": {
        "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"
        ]
    },
    "domain_id": "string",
    "enforcementpoint_id": "string",
    "management_network_config": {
        "overlay_segment": {
            "locale_service": "string",
            "segment_id": "string",
            "tier1_lr_id": "string"
        },
        "transport_zone": "string",
        "tz_type": "string",
        "vlan_segment": "string"
    },
    "nsxt_credentials_ref": "string",
    "nsxt_url": "string",
    "site_id": "string",
    "vmc_mode": false,
    "vpc_mode": false
}
boolean
automate_dfw_objects
Optional

Automatically create/delete DFW objects such as NSGroups and NSServices in NSX-T Manager. Field introduced in 30.2.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

boolean
automate_dfw_rules
Optional

Automatically create DFW rules for VirtualService in NSX-T Manager. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Basic edition(Allowed values- false), Essentials, Enterprise with Cloud Services edition.

data_network_config
Optional

data_network_config

string
domain_id
Optional

Domain where NSGroup objects belongs to. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
enforcementpoint_id
Optional

Enforcement point is where the rules of a policy to apply. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

management_network_config
Optional

management_network_config

string
nsxt_credentials_ref
Optional

Credentials to access NSX-T manager. It is a reference to an object of type CloudConnectorUser. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
nsxt_url
Optional

NSX-T manager hostname or IP address. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
site_id
Optional

Site where transport zone belongs to. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

boolean
vmc_mode
Optional

VMC mode. Field introduced in 30.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

boolean
vpc_mode
Optional

VPC Mode. Field introduced in 30.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

Property Of