-
Notifications
You must be signed in to change notification settings - Fork 913
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: Prep to update types to vSphere 8.0U2 GA
This patch updates the gen.sh file with the information necessary to generate the types for vSphere 8.0U2 GA.
- Loading branch information
Showing
6 changed files
with
40 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ ensure_rb_vmodl | |
# | ||
# The VIM API version used by the vim25 client. | ||
# | ||
VIM_VERSION="${VIM_VERSION:-8.0.1.0}" | ||
VIM_VERSION="${VIM_VERSION:-8.0.2.0}" | ||
|
||
# | ||
# Update the vim25 client's VIM version. | ||
|
@@ -78,7 +78,7 @@ update_vim_version "${VIM_VERSION}" | |
|
||
|
||
# | ||
# All types derive from vSphere 8.0U1c GA, vcenter-all build 22088981. | ||
# All types derive from vSphere 8.0U2 GA, vcenter-all build 22385739. | ||
# | ||
export COPYRIGHT_DATE_RANGE="2014-2023" | ||
|
||
|
@@ -89,14 +89,14 @@ export COPYRIGHT_DATE_RANGE="2014-2023" | |
# | ||
export FORCE_BASE_INTERFACE_FOR_TYPES="AgencyConfigInfo" | ||
|
||
# ./sdk/ contains the contents of wsdl.zip from vimbase build 21886307. | ||
# ./sdk/ contains the contents of wsdl.zip from vimbase build 22026368. | ||
generate "../vim25" "vim" "./rbvmomi/vmodl.db" # from github.com/vmware/[email protected] | ||
generate "../pbm" "pbm" | ||
generate "../vslm" "vslm" | ||
generate "../sms" "sms" | ||
|
||
# ./sdk/ contains the files eam-messagetypes.xsd and eam-types.xsd from | ||
# eam-wsdl.zip, from eam-vcenter build 21054104. | ||
# eam-wsdl.zip, from eam-vcenter build 22026240. | ||
# | ||
# Please note the EAM files are also available at the following, public URL -- | ||
# http://bit.ly/eam-sdk, therefore the WSDL resource for EAM are in fact | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,7 +109,7 @@ def var_type | |
end | ||
|
||
def var_tag | ||
"mo:\"%s\"" % name | ||
"json:\"%s\"" % name | ||
end | ||
|
||
def dump(io) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters