targetResourceState property

String? targetResourceState
getter/setter pair

A diagnostic bit - describes the state of the configured target resource for diagnostic purposes.

Output only. Possible string values are:

  • "TARGET_RESOURCE_STATE_UNSPECIFIED" : Unspecified target resource state.
  • "TARGET_RESOURCE_EXISTS" : Indicates that the target resource exists.
  • "TARGET_RESOURCE_DOES_NOT_EXIST" : Indicates that the target resource does not exist.

Implementation

core.String? targetResourceState;