osShortNames property

List<String>? osShortNames
getter/setter pair

Use the inventories field instead.

A VM is selected if it's OS short name matches with any of the values provided in this list.

Deprecated.

Implementation

core.List<core.String>? osShortNames;