connectionPreference property

String? connectionPreference
getter/setter pair

The connection preference of service attachment.

The value can be set to ACCEPT_AUTOMATIC. An ACCEPT_AUTOMATIC service attachment is one that always accepts the connection from consumer forwarding rules. Possible string values are:

  • "ACCEPT_AUTOMATIC"
  • "ACCEPT_MANUAL"
  • "CONNECTION_PREFERENCE_UNSPECIFIED"

Implementation

core.String? connectionPreference;