Network Management v1 API - Enum Endpoint.Types.NetworkType (2.19.0)

public enum Endpoint.Types.NetworkType

Reference documentation and code samples for the Network Management v1 API enum Endpoint.Types.NetworkType.

The type of the network of the IP address endpoint. Relevant for the source IP address endpoints.

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Fields

Name Description
GcpNetwork

A VPC network. Should be used for internal IP addresses in VPC networks. The network field should be set to the URI of this network. Only endpoints within this network will be considered.

Internet

Internet. Should be used for internet-routable external IP addresses or IP addresses for global Google APIs and services.

NonGcpNetwork

A non-GCP network (for example, an on-premises network or another cloud provider network). Should be used for internal IP addresses outside of Google Cloud. The network field should be set to the URI of the VPC network containing a corresponding Cloud VPN tunnel, Cloud Interconnect VLAN attachment, or a router appliance instance. Only endpoints reachable from the provided VPC network via the routes to non-GCP networks will be considered.

Unspecified

Unspecified. The test will analyze all possible IP address locations. This might take longer and produce inaccurate or ambiguous results, so prefer specifying an explicit network type.

The project_id field should be set to the project where the GCP endpoint is located, or where the non-GCP endpoint should be reachable from (via routes to non-GCP networks). The project might also be inferred from the Connectivity Test project or other projects referenced in the request.