Skip to content

Commit

Permalink
fix SpotResource
Browse files Browse the repository at this point in the history
  • Loading branch information
wb549296 authored and yndu13 committed Oct 11, 2023
1 parent d8761e4 commit 595a32d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ public SpotAvailableResource getSpotResource() {
public void setSpotResource(SpotAvailableResource spotResource) {
this.spotResource = spotResource;
if (null != spotResource) {
putQueryParameter("SpotAvailableResource.SpotStrategy", spotResource.getSpotStrategy());
putQueryParameter("SpotAvailableResource.SpotPriceLimit", spotResource.getSpotPriceLimit());
putQueryParameter("SpotAvailableResource.SpotDuration", spotResource.getSpotDuration());
putQueryParameter("SpotResource.SpotStrategy", spotResource.getSpotStrategy());
putQueryParameter("SpotResource.SpotPriceLimit", spotResource.getSpotPriceLimit());
putQueryParameter("SpotResource.SpotDuration", spotResource.getSpotDuration());
}
}

Expand Down

0 comments on commit 595a32d

Please sign in to comment.