faultType property

String? faultType
getter/setter pair

The type of fault to be injected in an instance.

Required. Possible string values are:

  • "FAULT_TYPE_UNSPECIFIED" : The fault type is unknown.
  • "STOP_VM" : Stop the VM

Implementation

core.String? faultType;