Network Management v1 API - Class Endpoint (2.9.0)

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

Reference documentation and code samples for the Network Management v1 API class Endpoint.

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

AppEngineVersion

public Endpoint.Types.AppEngineVersionEndpoint AppEngineVersion { get; set; }
Property Value
TypeDescription
EndpointTypesAppEngineVersionEndpoint

CloudFunction

public Endpoint.Types.CloudFunctionEndpoint CloudFunction { get; set; }
Property Value
TypeDescription
EndpointTypesCloudFunctionEndpoint

CloudRunRevision

public Endpoint.Types.CloudRunRevisionEndpoint CloudRunRevision { get; set; }
Property Value
TypeDescription
EndpointTypesCloudRunRevisionEndpoint

CloudSqlInstance

public string CloudSqlInstance { get; set; }

A Cloud SQL instance URI.

Property Value
TypeDescription
string

ForwardingRule

public string ForwardingRule { get; set; }

A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private Service Connect and other network services to provide forwarding information in the control plane. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}

Property Value
TypeDescription
string

ForwardingRuleTarget

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

Output only. Specifies the type of the target of the forwarding rule.

Property Value
TypeDescription
EndpointTypesForwardingRuleTarget

GkeMasterCluster

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

HasForwardingRuleTarget

public bool HasForwardingRuleTarget { get; }

Gets whether the "forwarding_rule_target" field is set

Property Value
TypeDescription
bool

HasLoadBalancerId

public bool HasLoadBalancerId { get; }

Gets whether the "load_balancer_id" field is set

Property Value
TypeDescription
bool

HasLoadBalancerType

public bool HasLoadBalancerType { get; }

Gets whether the "load_balancer_type" field is set

Property Value
TypeDescription
bool

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.

Property Value
TypeDescription
string

LoadBalancerId

public string LoadBalancerId { get; set; }

Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.

Property Value
TypeDescription
string

LoadBalancerType

public LoadBalancerType LoadBalancerType { get; set; }

Output only. Type of the load balancer the forwarding rule points to.

Property Value
TypeDescription
LoadBalancerType

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
EndpointTypesNetworkType

Port

public int Port { get; set; }

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

Property Value
TypeDescription
int

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 Google Cloud 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