Package com.vmware.nsx_policy.model
Class EnforcementPointConnectionInfo.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.EnforcementPointConnectionInfo.Builder
-
- Enclosing class:
- EnforcementPointConnectionInfo
public static final class EnforcementPointConnectionInfo.Builder extends java.lang.Object
Builder class forEnforcementPointConnectionInfo
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofEnforcementPointConnectionInfo
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnforcementPointConnectionInfo
build()
EnforcementPointConnectionInfo.Builder
setEnforcementPointAddress(java.lang.String enforcementPointAddress)
Value of this property could be Hostname or IP.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofEnforcementPointConnectionInfo
.
-
-
Method Detail
-
setEnforcementPointAddress
public EnforcementPointConnectionInfo.Builder setEnforcementPointAddress(java.lang.String enforcementPointAddress)
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\"- Parameters:
enforcementPointAddress
- New value for the property.
-
build
public EnforcementPointConnectionInfo build()
-
-