type property

String? type
getter/setter pair

The type of upgrade.

Output only. Possible string values are:

  • "TYPE_UNSPECIFIED" : The default value. This value should never be used.
  • "VSPHERE_UPGRADE" : Upgrade of vmware components when a major version is available. 7.0u2 -> 7.0u3.
  • "VSPHERE_PATCH" : Patching of vmware components when a minor version is available. 7.0u2c -> 7.0u2d.
  • "WORKAROUND" : Workarounds are hotfixes for vulnerabilities or issues applied to mitigate the known vulnerability or issue until a patch or update is released. The description of the upgrade will have more details.
  • "FIRMWARE_UPGRADE" : Firmware upgrade for VMware product used in the private cloud.
  • "SWITCH_UPGRADE" : Switch upgrade.
  • "OTHER" : The upgrade type that doesn't fall into any other category.
  • "INFRASTRUCTURE_UPGRADE" : Infrastructure upgrade in BM node maintenance.

Implementation

core.String? type;