Class Endpoint (2.2.0)

public sealed class Endpoint : IMessage<Endpoint>, IEquatable<Endpoint>, IDeepCloneable<Endpoint>, IBufferMessage, IMessage

Source or destination of the Connectivity Test.

Inheritance

Object > Endpoint

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

Endpoint()

public Endpoint()

Endpoint(Endpoint)

public Endpoint(Endpoint other)
Parameter
NameDescription
otherEndpoint

Properties

CloudSqlInstance

public string CloudSqlInstance { get; set; }

A Cloud SQL instance URI.

Property Value
TypeDescription
String

GkeMasterCluster

public string GkeMasterCluster { get; set; }
Property Value
TypeDescription
String

Instance

public string Instance { get; set; }

A Compute Engine instance URI.

Property Value
TypeDescription
String

IpAddress

public string IpAddress { get; set; }

The IP address of the endpoint, which can be an external or internal IP. An IPv6 address is only allowed when the test's destination is a global load balancer VIP.

Property Value
TypeDescription
String

Network

public string Network { get; set; }

A Compute Engine network URI.

Property Value
TypeDescription
String

NetworkType

public Endpoint.Types.NetworkType NetworkType { get; set; }

Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source.

Property Value
TypeDescription
Endpoint.Types.NetworkType

Port

public int Port { get; set; }

The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP.

Property Value
TypeDescription
Int32

ProjectId

public string ProjectId { get; set; }

Project ID where the endpoint is located. The Project ID can be derived from the URI if you provide a VM instance or network URI. The following are two cases where you must provide the project ID:

  1. Only the IP address is specified, and the IP address is within a GCP project.
  2. When you are using Shared VPC and the IP address that you provide is from the service project. In this case, the network that the IP address resides in is defined in the host project.
Property Value
TypeDescription
String