Google Cloud Network Management V1 Client - Class NetworkType (1.5.0)

Reference documentation and code samples for the Google Cloud Network Management V1 Client class NetworkType.

The type definition of an endpoint's network. Use one of the following choices:

Protobuf type google.cloud.networkmanagement.v1.Endpoint.NetworkType

Namespace

Google \ Cloud \ NetworkManagement \ V1 \ Endpoint

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

NETWORK_TYPE_UNSPECIFIED

Value: 0

Default type if unspecified.

Generated from protobuf enum NETWORK_TYPE_UNSPECIFIED = 0;

GCP_NETWORK

Value: 1

A network hosted within Google Cloud.

To receive more detailed output, specify the URI for the source or destination network.

Generated from protobuf enum GCP_NETWORK = 1;

NON_GCP_NETWORK

Value: 2

A network hosted outside of Google Cloud.

This can be an on-premises network, or a network hosted by another cloud provider.

Generated from protobuf enum NON_GCP_NETWORK = 2;