Uses of Class
com.vmware.nsx_policy.model.CvxConnectionInfo.Builder
-
Packages that use CvxConnectionInfo.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of CvxConnectionInfo.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return CvxConnectionInfo.Builder Modifier and Type Method Description CvxConnectionInfo.Builder
CvxConnectionInfo.Builder. setEnforcementPointAddress(java.lang.String enforcementPointAddress)
Value of this property could be Hostname or IP.CvxConnectionInfo.Builder
CvxConnectionInfo.Builder. setPassword(java.lang.String password)
Password.CvxConnectionInfo.Builder
CvxConnectionInfo.Builder. setThumbprint(java.lang.String thumbprint)
Thumbprint of EnforcementPoint in the form of a SHA-256 hash represented in lower case HEX.CvxConnectionInfo.Builder
CvxConnectionInfo.Builder. setUsername(java.lang.String username)
Username.
-