NOTE: It is highly recommended to test this settings in test environment before applying it to production servers. Caution: The heap memory can be updated manually in CS JVMThreshold.bat file only after understanding how it works. Please get help from Vmware Global Support if any...
CS_JVMHeapThreshold.bat.gz
Register 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 - commons-logging-1.2.jar - jackson-core-asl-1.9.2.jar - jackson-mapper-asl-1.9.2...
RegisterComputeManagerWithNSX.java
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 " spring-web-4.0.6.RELEASE.jar , spring-core-4.0.6.RELEASE.jar and commons-logging...
NSX-T_JAVA_REST_APIs-master.zip
This class is used to create folder in VMs and Templates view in the VC inventory #Java #vSphereManagementSDK #VIJavaAPI #vSphere #vCenter #CreateFolder #MIT
CreateVMTemplateFolder.java
I wanted to see how we could send metrics to Wavefront. This is simple example use of Dropwizard metrics in Java For Wavefront Review http://metrics.dropwizard.io/3.1.0/getting-started/ for more details on Dropwizard. Also read Pontus' blog on Java and Wavefront here: https://blogs...
WFJavaAppExample-master.zip
Add new LAG(Link Aggregation Group) in the existing dvSwitch. Input prerequisite : DVSwitch name This API will create LAG group in the existing dvSwitch with below parameters. i.e, mode = active uplink ports = 3 loadbalanceAlgorithm = Source and destination IP, source and destination...
CreateLagOnDVS.java
Create an SSO connection using a SAML Bearer token when we have a vcenter server and external Platform Services Controller. This sample is a part of the vSphere Automation SDK for Java. If you wish to build and run the sample, clone or download the vSphere Automation SDK for Java repository...
ExternalPscSsoWorkflow.java
Basic workflow to publish and subscribe content libraries. This sample is a part of the vSphere Automation SDK for Java. If you wish to build and run the sample, clone or download the vSphere Automation SDK for Java repository on Github and follow the setup instructions in the README.md in...
LibraryPublishSubscribe.java
Create a VM with system provided defaults. This sample is a part of the vSphere Automation SDK for Java. If you wish to build and run the sample, clone or download the vSphere Automation SDK for Java repository on Github and follow the setup instructions in the README.md in the root of the...
CreateDefaultVM.java
Configuring the settings used when booting a virtual machine. This sample is a part of the vSphere Automation SDK for Java. If you wish to build and run the sample, clone or download the vSphere Automation SDK for Java repository on Github and follow the setup instructions in the README.md...
BootConfiguration.java