Uses of Class
com.vmware.nsx_policy.model.SiteNodeConnectionInfo
-
Packages that use SiteNodeConnectionInfo Package Description com.vmware.nsx_policy.model -
-
Uses of SiteNodeConnectionInfo in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return SiteNodeConnectionInfo Modifier and Type Method Description static SiteNodeConnectionInfo
SiteNodeConnectionInfo. _newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static SiteNodeConnectionInfo
SiteNodeConnectionInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.SiteNodeConnectionInfo
SiteNodeConnectionInfo.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type SiteNodeConnectionInfo Modifier and Type Method Description java.util.List<SiteNodeConnectionInfo>
GlobalManager. getConnectionInfo()
To create a standby GM, the connection information (username, password, and API thumbprint) for at least one NSX manager node in the remote site must be provided.java.util.List<SiteNodeConnectionInfo>
Site. getSiteConnectionInfo()
To onboard a site, the connection information (username, password, and API thumbprint) for at least one NSX manager node in the remote site must be provided.Method parameters in com.vmware.nsx_policy.model with type arguments of type SiteNodeConnectionInfo Modifier and Type Method Description GlobalManager.Builder
GlobalManager.Builder. setConnectionInfo(java.util.List<SiteNodeConnectionInfo> connectionInfo)
To create a standby GM, the connection information (username, password, and API thumbprint) for at least one NSX manager node in the remote site must be provided.void
GlobalManager. setConnectionInfo(java.util.List<SiteNodeConnectionInfo> connectionInfo)
To create a standby GM, the connection information (username, password, and API thumbprint) for at least one NSX manager node in the remote site must be provided.Site.Builder
Site.Builder. setSiteConnectionInfo(java.util.List<SiteNodeConnectionInfo> siteConnectionInfo)
To onboard a site, the connection information (username, password, and API thumbprint) for at least one NSX manager node in the remote site must be provided.void
Site. setSiteConnectionInfo(java.util.List<SiteNodeConnectionInfo> siteConnectionInfo)
To onboard a site, the connection information (username, password, and API thumbprint) for at least one NSX manager node in the remote site must be provided.
-