Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and 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() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
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.
|
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.
|