status property

String? status
getter/setter pair

The status of a connected endpoint to this network attachment. Possible string values are:

  • "ACCEPTED" : The consumer allows traffic from the producer to reach its VPC.
  • "CLOSED" : The consumer network attachment no longer exists.
  • "NEEDS_ATTENTION" : The consumer needs to take further action before traffic can be served.
  • "PENDING" : The consumer neither allows nor prohibits traffic from the producer to reach its VPC.
  • "REJECTED" : The consumer prohibits traffic from the producer to reach its VPC.
  • "STATUS_UNSPECIFIED"

Implementation

core.String? status;