vmware / build-tools-for-vmware-aria

Build Tools for VMware Aria provides development and release management tools for implementing automation solutions based on the VMware Aria Suite and VMware Cloud Director. The solution enables Virtual Infrastructure Administrators and Automation Developers to use standard DevOps practices for managing and deploying content.
Other
47 stars 22 forks source link

VcVirtualDeviceBackingInfo class property issue #406

Closed unbreakabl3 closed 3 weeks ago

unbreakabl3 commented 3 weeks ago

Description

The vgpu property in VcVirtualDeviceBackingInfo should be optional, because this class is referenced in other backing classes, which are not related to GPUs.

Steps to Reproduce

  1. Define new VcVirtualDeviceConfigSpec class
  2. Assign value to device property

Preconditions: [What are the preconditions to reproduce the issue]

Expected behavior: [What you expect to happen]

Should work as expected

Actual behavior: [What actually happens]

The missing parameter vGPU is missing

Reproduces how often: [What percentage of the time does it reproduce]

Component/s: [What are the Build Tools for VMware Aria components affected by the issue (e.g. "common/artifact-manager", "maven/plugins/vra-ng", "typescript/vrotest", etc)]

vro-types/011-plugin-vc

Affects Build/s: [Which are the Build Tools for VMware Aria releases / builds affected by the issue]

Environment

Client

Server

Failure Logs

image

Related issues and PRs

Additional Context