Send feedback
Network Management v1 API - Class Endpoint (2.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.8.0 keyboard_arrow_down
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.
Namespace
Google.Cloud.NetworkManagement.V1
Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
Endpoint()
Endpoint(Endpoint)
public Endpoint(Endpoint other)
Properties
AppEngineVersion
public Endpoint.Types.AppEngineVersionEndpoint AppEngineVersion { get; set; }
CloudFunction
public Endpoint.Types.CloudFunctionEndpoint CloudFunction { get; set; }
CloudRunRevision
public Endpoint.Types.CloudRunRevisionEndpoint CloudRunRevision { get; set; }
CloudSqlInstance
public string CloudSqlInstance { get; set; }
Property Value Type Description 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 Type Description string
ForwardingRuleTarget
public Endpoint.Types.ForwardingRuleTarget ForwardingRuleTarget { get; set; }
Output only. Specifies the type of the target of the forwarding rule.
GkeMasterCluster
public string GkeMasterCluster { get; set; }
Property Value Type Description string
HasForwardingRuleTarget
public bool HasForwardingRuleTarget { get; }
Gets whether the "forwarding_rule_target" field is set
Property Value Type Description bool
HasLoadBalancerId
public bool HasLoadBalancerId { get; }
Gets whether the "load_balancer_id" field is set
Property Value Type Description bool
HasLoadBalancerType
public bool HasLoadBalancerType { get; }
Gets whether the "load_balancer_type" field is set
Property Value Type Description bool
Instance
public string Instance { get; set; }
A Compute Engine instance URI.
Property Value Type Description string
IpAddress
public string IpAddress { get; set; }
The IP address of the endpoint, which can be an external or internal IP.
Property Value Type Description 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 Type Description string
LoadBalancerType
public LoadBalancerType LoadBalancerType { get; set; }
Output only. Type of the load balancer the forwarding rule points to.
Network
public string Network { get; set; }
A Compute Engine network URI.
Property Value Type Description 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.
Port
public int Port { get; set; }
The IP protocol port of the endpoint.
Only applicable when protocol is TCP or UDP.
Property Value Type Description 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:
Only the IP address is specified, and the IP address is within a Google
Cloud project.
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 Type Description string
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-05 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{
"lastModified": "Last updated 2024-09-05 UTC.",
"confidential": False
}