networkType property

String? networkType
getter/setter pair

Type of the network where the endpoint is located.

Applicable only to source endpoint, as destination network type can be inferred from the source. Possible string values are:

  • "NETWORK_TYPE_UNSPECIFIED" : Default type if unspecified.
  • "GCP_NETWORK" : A network hosted within Google Cloud. To receive more detailed output, specify the URI for the source or destination network.
  • "NON_GCP_NETWORK" : A network hosted outside of Google Cloud. This can be an on-premises network, or a network hosted by another cloud provider.

Implementation

core.String? networkType;