isActive property

String? isActive
getter/setter pair

Whether this Attachment is participating in the redundant configuration.

This will be ACTIVE if and only if the status below is CONNECTION_UP. Any INACTIVE Attachments are excluded from the analysis that generates operational.availabilitySLA. Possible string values are:

  • "ACTIVE"
  • "INACTIVE"
  • "UNSPECIFIED"

Implementation

core.String? isActive;