osType property

String? osType
getter/setter pair

The OS type of the host group.

It indicates the type of operating system used by all of the hosts in the HostGroup. All hosts in a HostGroup must be of the same OS type. This can be set only when creating a HostGroup.

Required. Possible string values are:

  • "OS_TYPE_UNSPECIFIED" : Unspecified OS Type
  • "LINUX" : OS Type is Linux
  • "WINDOWS" : OS Type is Windows
  • "ESXI" : OS Type is VMware ESXi

Implementation

core.String? osType;