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 SiteNodeConnectionInfoSiteNodeConnectionInfo. _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 SiteNodeConnectionInfoSiteNodeConnectionInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.SiteNodeConnectionInfoSiteNodeConnectionInfo.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.BuilderGlobalManager.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.voidGlobalManager. 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.BuilderSite.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.voidSite. 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.
-