srcNetworkType property

String? srcNetworkType
getter/setter pair

Network type of the traffic source.

Allowed values are:

 - UNSPECIFIED
 - INTERNET
 - INTRA_VPC
 - NON_INTERNET
 - VPC_NETWORKS

Possible string values are:

  • "INTERNET"
  • "INTRA_VPC"
  • "NON_INTERNET"
  • "UNSPECIFIED"
  • "VPC_NETWORKS"

Implementation

core.String? srcNetworkType;