NSX-T Data Center REST API
EnforcementPointConnectionInfo (schema)
Enforcement Point Connection Info
    Contains information required to connect to enforcement point.
    
    This is an abstract type. Concrete child types:
AviConnectionInfo
CvxConnectionInfo
NSXTConnectionInfo
NSXVConnectionInfo
    
    
    
| Name | Description | Type | Notes | 
|---|---|---|---|
| enforcement_point_address | Enforcement Point Address Value of this property could be Hostname or IP. For instance: - On an NSX-T MP running on default port, the value could be "10.192.1.1" - On an NSX-T MP running on custom port, the value could be "192.168.1.1:32789" - On an NSX-T MP in VMC deployments, the value could be "192.168.1.1:5480/nsxapi" | string | Required | 
| resource_type | Connection Info Resource Type Resource Type of Enforcement Point Connection Info. | string | Required Enum: NSXTConnectionInfo, NSXVConnectionInfo, CvxConnectionInfo, AviConnectionInfo | 
