state property

String? state
getter/setter pair

The current state of the trust.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Not set.
  • "CREATING" : The domain trust is being created.
  • "UPDATING" : The domain trust is being updated.
  • "DELETING" : The domain trust is being deleted.
  • "CONNECTED" : The domain trust is connected.
  • "DISCONNECTED" : The domain trust is disconnected.

Implementation

core.String? state;