Open Syuparn opened 2 months ago
Hi @Syuparn , we could just set all 3 (api, vpx, esx) to the same value of -api-version
. Would that work for you?
We have record+playback to satisfy more complex use-cases.
@dougm
we could just set all 3 (api, vpx, esx) to the same value of -api-version. Would that work for you?
It will work and sounds simpler. In this case, should we set version as x.y.z
format (instead of x.y
) to -api-version
?
# set 8.0.3 instead of 8.0
$ vcsim -api-version 8.0.3
$ govc about | grep -i version
Version: 8.0.3
API version: 8.0
ok great. Yes, I think value of -api-version
should be x.y.z
Is your feature request related to a problem? Please describe. While vcsim can change the API version through the option
-api-version
, ESXi/vCenter version cannot be changed.Describe the solution you'd like vcsim has options to set the ESXi/vCenter version similar to
-api-version
.Additional context An option name
-version
should not be used as it may be confused with the version commandvcsim version
.