diff --git a/README.md b/README.md index 348bad2e098..8e134320927 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ JDK 1.8. ## Supported OnPrem vCenter Releases: -vCenter 6.0, 6.5, 6.7, 6.7U1, 6.7U2, 6.7U3, 7.0, 7.0U1 +vCenter 6.0, 6.5, 6.7, 6.7U1, 6.7U2, 6.7U3, 7.0, 7.0U1, 7.0U2 Please refer to the notes in each sample for detailed compatibility information. @@ -88,9 +88,9 @@ When running the samples, parameters can be provided either on the command line, Use a command like the following to display usage information for a particular sample. ```` bash -$java -ea -cp target/vsphere-samples-7.0.1.0.jar vmware.samples.vcenter.vm.list.ListVMs +$java -ea -cp target/vsphere-samples-7.0.2.0.jar vmware.samples.vcenter.vm.list.ListVMs -java -cp target/vsphere-samples-7.0.1.0.jar vmware.samples.vcenter.vm.list.ListVMs [--config-file ] +java -cp target/vsphere-samples-7.0.2.0.jar vmware.samples.vcenter.vm.list.ListVMs [--config-file ] --server --username --password --cluster [--truststorepath ] [--truststorepassword ] [--cleardata] [--skip-server-verification] @@ -114,17 +114,17 @@ Sample Options: Use a command like the following to run a sample using only command line parameters: ```` bash -$java -ea -cp target/vsphere-samples-7.0.1.0.jar vmware.samples.vcenter.vm.list.ListVMs --server servername --username administrator@vsphere.local --password password --skip-server-verification +$java -ea -cp target/vsphere-samples-7.0.2.0.jar vmware.samples.vcenter.vm.list.ListVMs --server servername --username administrator@vsphere.local --password password --skip-server-verification ```` Use a command like the following to run a sample using only a configuration file: ```` bash -$java -ea -cp target/vsphere-samples-7.0.1.0.jar vmware.samples.vcenter.vm.list.ListVMs --config-file sample.properties +$java -ea -cp target/vsphere-samples-7.0.2.0.jar vmware.samples.vcenter.vm.list.ListVMs --config-file sample.properties ```` Use the following command to run the sample using a combination of configuration file and command line parameters: ```` bash -$java -ea -cp target/vsphere-samples-7.0.1.0.jar vmware.samples.vcenter.vm.list.ListVMs --config-file sample.properties --server servername +$java -ea -cp target/vsphere-samples-7.0.2.0.jar vmware.samples.vcenter.vm.list.ListVMs --config-file sample.properties --server servername ```` ### Importing the samples to eclipse @@ -152,20 +152,21 @@ This will import a basic sample class to your package, which you can then custom ### vSphere API Documentation * [VMware vSphere REST API Reference documentation](https://developer.vmware.com/docs/vsphere-automation/latest/). -* [VMware vSphere APIs 7.0.1.0 (latest version)](https://vmware.github.io/vsphere-automation-sdk-java/vsphere/7.0.1.0/vsphereautomation-client-sdk/index.html). +* [VMware vSphere JAVA APIs 7.0.2.0 (latest version)](https://vmware.github.io/vsphere-automation-sdk-java/vsphere/7.0.2.0/vsphereautomation-client-sdk/index.html). -* [VMware Cloud on AWS vSphere (latest version)](https://vmware.github.io/vsphere-automation-sdk-java/vsphere/cloud/vsphereautomation-client-sdk/index.html). - -* Previous releases: [7.0.0.1](https://vmware.github.io/vsphere-automation-sdk-java/vsphere/7.0.0.1/vsphereautomation-client-sdk/index.html), -[6.7.3](https://vmware.github.io/vsphere-automation-sdk-java/vsphere/6.7.3/vsphereautomation-client-sdk/index.html) +* Previous releases: [7.0.1.0](https://vmware.github.io/vsphere-automation-sdk-java/vsphere/7.0.1.0/vsphereautomation-client-sdk/index.html), +[7.0.0.1](https://vmware.github.io/vsphere-automation-sdk-java/vsphere/7.0.0.1/vsphereautomation-client-sdk/index.html) ### VMware Cloud on AWS API Documentation -* [VMware Cloud on AWS Console APIs](https://vmware.github.io/vsphere-automation-sdk-java/vmc/index.html). +* [VMware Cloud on AWS REST APIs](http://developers.eng.vmware.com/docs/vmc/latest/). + +* [VMware Cloud on AWS JAVA APIs](https://vmware.github.io/vsphere-automation-sdk-java/vmc/index.html). -* [VMware Cloud on AWS Disaster Recovery as a Service (DRaaS) APIs](https://vmware.github.io/vsphere-automation-sdk-java/vmc-draas/index.html). +* [VMware Cloud on AWS Disaster Recovery as a Service (DRaaS) JAVA APIs](https://vmware.github.io/vsphere-automation-sdk-java/vmc-draas/index.html). ### NSX API Documentation +* [VMware NSX-T Data Center REST API](https://code.vmware.com/apis/976) * [VMware NSX-T Manager APIs (for on-prem customers)](https://vmware.github.io/vsphere-automation-sdk-java/nsx/nsx/index.html). @@ -238,10 +239,10 @@ Members: Items added to the repository, including items from the Board members, require 2 votes from the board members before being added to the repository. The approving members will have ideally downloaded and tested the item. When two “Approved for Merge” comments are added from board members, the pull can then be committed to the repository. ## VMware Resources - -* [vSphere Automation SDK Overview](http://pubs.vmware.com/vsphere-65/index.jsp#com.vmware.vapi.progguide.doc/GUID-AF73991C-FC1C-47DF-8362-184B6544CFDE.html) +* [VMware Developers Site](http://developers.eng.vmware.com/) +* [vSphere Automation SDK Overview](https://code.vmware.com/web/sdk/7.0/vsphere-automation-java) * [VMware Code](https://code.vmware.com/home) * [VMware Developer Community](https://communities.vmware.com/community/vmtn/developer) -* VMware vSphere [Java API Reference documentation](https://vmware.github.io/vsphere-automation-sdk-java/vsphere/7.0.1.0/vsphereautomation-client-sdk/index.html). +* VMware vSphere [Java API Reference documentation](https://vmware.github.io/vsphere-automation-sdk-java/vsphere/7.0.2.0/vsphereautomation-client-sdk/index.html). * [VMware Java forum](https://code.vmware.com/forums/7508/vsphere-automation-sdk-for-java) diff --git a/lib/vapi-vmc-sdk-2.19.0.jar b/lib/vapi-vmc-sdk-2.19.0.jar index 5828bed3a7d..e27bcac7809 100644 Binary files a/lib/vapi-vmc-sdk-2.19.0.jar and b/lib/vapi-vmc-sdk-2.19.0.jar differ diff --git a/lib/vsphereautomation-client-sdk-3.5.0-javadoc.jar b/lib/vsphereautomation-client-sdk-3.5.0-javadoc.jar index 88aaca529b8..ccdeec60ca4 100644 Binary files a/lib/vsphereautomation-client-sdk-3.5.0-javadoc.jar and b/lib/vsphereautomation-client-sdk-3.5.0-javadoc.jar differ diff --git a/lib/vsphereautomation-client-sdk-3.5.0.jar b/lib/vsphereautomation-client-sdk-3.5.0.jar index a3245bf604c..838aa6e1ace 100644 Binary files a/lib/vsphereautomation-client-sdk-3.5.0.jar and b/lib/vsphereautomation-client-sdk-3.5.0.jar differ diff --git a/lib/vsphereautomation-lookupservice-1.0.0-javadoc.jar b/lib/vsphereautomation-lookupservice-1.0.0-javadoc.jar index b825c7bd223..a1ca9ce78e3 100644 Binary files a/lib/vsphereautomation-lookupservice-1.0.0-javadoc.jar and b/lib/vsphereautomation-lookupservice-1.0.0-javadoc.jar differ diff --git a/lib/vsphereautomation-lookupservice-1.0.0.jar b/lib/vsphereautomation-lookupservice-1.0.0.jar index db866d545c4..35b0f232cfa 100644 Binary files a/lib/vsphereautomation-lookupservice-1.0.0.jar and b/lib/vsphereautomation-lookupservice-1.0.0.jar differ diff --git a/pom.xml b/pom.xml index 54f478a3127..13f849e391a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.vmware vsphere-samples-nodeps - 7.0.1.0 + 7.0.2.0 jar samples diff --git a/src/main/java/vmware/samples/common/ParametersHelper.java b/src/main/java/vmware/samples/common/ParametersHelper.java index 54b083d7125..a07eff99bdc 100644 --- a/src/main/java/vmware/samples/common/ParametersHelper.java +++ b/src/main/java/vmware/samples/common/ParametersHelper.java @@ -196,7 +196,7 @@ public int compare(Option option1, Option option2) { }); formatter.printHelp(150, - "\njava -cp target/vsphere-samples-7.0.1.0.jar " + sampleName, + "\njava -cp target/vsphere-samples-7.0.2.0.jar " + sampleName, "\nSample Options:", getOptions(new ArrayList