In this class (NSXTManagerRestAPI.java) , - It will connect to NSX-T manager - Method to get the Logical Switches information - Method to get the Cluster Configurations. Note : To use this class add ...
NSX-T Data Center Java NSX-T Data Center REST API |
Related Sample Code
- NSX-T JAVA Rest API to connect to NSX Manager and get basic information
- Register Compute Manager vCenter With NSX-TRegister compute manager(vCenter) with NSX-T Manager. Note : To use this class add below jars in the build path libraries/dependencies. - spring-web-4.0.6.RELEASE.jar - spring-core-4.0.6.RELEASE.jar - ...NSX-T Data Center Java