Class Endpoint
Source or destination of the Connectivity Test.
Implements
Inherited Members
Namespace: Google.Apis.NetworkManagement.v1.Data
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class Endpoint : IDirectResponseSchema
Properties
AppEngineVersion
An App Engine service version. Applicable only to source endpoint.
Declaration
[JsonProperty("appEngineVersion")]
public virtual AppEngineVersionEndpoint AppEngineVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| AppEngineVersionEndpoint |
CloudFunction
A Cloud Function. Applicable only to source endpoint.
Declaration
[JsonProperty("cloudFunction")]
public virtual CloudFunctionEndpoint CloudFunction { get; set; }
Property Value
| Type | Description |
|---|---|
| CloudFunctionEndpoint |
CloudRunRevision
Declaration
[JsonProperty("cloudRunRevision")]
public virtual CloudRunRevisionEndpoint CloudRunRevision { get; set; }
Property Value
| Type | Description |
|---|---|
| CloudRunRevisionEndpoint |
CloudSqlInstance
A Cloud SQL instance URI.
Declaration
[JsonProperty("cloudSqlInstance")]
public virtual string CloudSqlInstance { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ForwardingRule
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. Applicable only to destination
endpoint. Format: projects/{project}/global/forwardingRules/{id} or
projects/{project}/regions/{region}/forwardingRules/{id}
Declaration
[JsonProperty("forwardingRule")]
public virtual string ForwardingRule { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ForwardingRuleTarget
Output only. Specifies the type of the target of the forwarding rule.
Declaration
[JsonProperty("forwardingRuleTarget")]
public virtual string ForwardingRuleTarget { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Fqdn
DNS endpoint of Google Kubernetes Engine cluster control plane. Requires gke_master_cluster to be set, can't be used simultaneoulsly with ip_address or network. Applicable only to destination endpoint.
Declaration
[JsonProperty("fqdn")]
public virtual string Fqdn { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GkeMasterCluster
A cluster URI for Google Kubernetes Engine cluster control plane.
Declaration
[JsonProperty("gkeMasterCluster")]
public virtual string GkeMasterCluster { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GkePod
A GKE Pod URI.
Declaration
[JsonProperty("gkePod")]
public virtual string GkePod { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Instance
A Compute Engine instance URI.
Declaration
[JsonProperty("instance")]
public virtual string Instance { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IpAddress
The IP address of the endpoint, which can be an external or internal IP.
Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LoadBalancerId
Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.
Declaration
[JsonProperty("loadBalancerId")]
public virtual string LoadBalancerId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LoadBalancerType
Output only. Type of the load balancer the forwarding rule points to.
Declaration
[JsonProperty("loadBalancerType")]
public virtual string LoadBalancerType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Network
A VPC network URI. For source endpoints, used according to the network_type. For destination endpoints,
used only when the source is an external IP address endpoint, and the destination is an internal IP address
endpoint.
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NetworkType
For source endpoints, type of the network where the endpoint is located. Not relevant for destination endpoints.
Declaration
[JsonProperty("networkType")]
public virtual string NetworkType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Port
The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP.
Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ProjectId
For source endpoints, endpoint project ID. Used according to the network_type. Not relevant for
destination endpoints.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RedisCluster
A Redis Cluster URI. Applicable only to destination endpoint.
Declaration
[JsonProperty("redisCluster")]
public virtual string RedisCluster { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RedisInstance
A Redis Instance URI. Applicable only to destination endpoint.
Declaration
[JsonProperty("redisInstance")]
public virtual string RedisInstance { get; set; }
Property Value
| Type | Description |
|---|---|
| string |