NsxtConfiguration

NsxtConfiguration
NsxtConfiguration
JSON Example
{
    "auto_import_nsx_projects": false,
    "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",
    "onboard_avi_into_nsx": false,
    "site_id": "string",
    "verify_certificate": false,
    "vmc_mode": false,
    "vpc_mode": false
}
boolean
auto_import_nsx_projects
Optional
Constraints: default: true

Set this flag to true to enable automatic import of NSX projects into Avi.This flag is only applicable when VPC mode is enabled for this cloud; it is ignored when VPC mode is disabled.NSX projects under VCF-A management are excluded from this automatic import process, as VCF-A creates these projects in Avi through its own integration workflow. Field introduced in 32.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

boolean
automate_dfw_objects
Optional
Constraints: default: true

Automatically create/delete DFW objects such as NSGroups and NSServices in NSX-T Manager. Field introduced in 30.2.1. Allowed with any value in Enterprise, 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 with any value in Enterprise, Essentials, Enterprise with Cloud Services edition. Allowed in Basic (Allowed values- false) edition.

data_network_config
Optional

data_network_config

string
domain_id
Optional
Constraints: default: default

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

string
enforcementpoint_id
Optional
Constraints: default: default

Enforcement point is where the rules of a policy to apply. Field introduced in 20.1.1. Allowed with any value in Enterprise, 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 with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
nsxt_url
Optional

NSX-T manager hostname or IP address. URL changes are allowed only between IP and FQDN formats that resolve to the same NSX-T manager. Field introduced in 20.1.1. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

boolean
onboard_avi_into_nsx
Optional

Enable to automatically register the Avi Controller with NSX-T Manager. This triggers the NSX onboarding workflow API to configure the ALB cluster and create an enforcement point. Note This flag must be enabled on exactly one NSX-T Cloud to avoid conflicts. Field introduced in 32.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
site_id
Optional
Constraints: default: default

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

boolean
verify_certificate
Optional

Flag is used to indicate whether TLS certificate verificationbe done when establishing a connection to a vCenter and NSX-T Manager. Field introduced in 31.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

boolean
vmc_mode
Optional

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

boolean
vpc_mode
Optional

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

Property Of