connectionType property

String? connectionType
getter/setter pair

Network connection type.

Output only. Possible string values are:

  • "NETWORK_TYPE_UNSPECIFIED" : Network connection type unspecified
  • "CELLULAR" : Cellular network connection.
  • "ETHERNET" : Ethernet network connection.
  • "TETHER" : Tether network connection.
  • "VPN" : VPN network connection.
  • "WIFI" : Wifi network connection.

Implementation

core.String? connectionType;