Show / Hide Table of Contents

Class EndpointInfo

For display only. The specification of the endpoints for the test. EndpointInfo is derived from source and destination Endpoint and validated by the backend data plane model.

Inheritance
object
EndpointInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkManagement.v1beta1.Data
Assembly: Google.Apis.NetworkManagement.v1beta1.dll
Syntax
public class EndpointInfo : IDirectResponseSchema

Properties

DestinationIp

Destination IP address.

Declaration
[JsonProperty("destinationIp")]
public virtual string DestinationIp { get; set; }
Property Value
Type Description
string

DestinationNetworkUri

URI of the network where this packet is sent to.

Declaration
[JsonProperty("destinationNetworkUri")]
public virtual string DestinationNetworkUri { get; set; }
Property Value
Type Description
string

DestinationPort

Destination port. Only valid when protocol is TCP or UDP.

Declaration
[JsonProperty("destinationPort")]
public virtual int? DestinationPort { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Protocol

IP protocol in string format, for example: "TCP", "UDP", "ICMP".

Declaration
[JsonProperty("protocol")]
public virtual string Protocol { get; set; }
Property Value
Type Description
string

SourceAgentUri

URI of the source telemetry agent this packet originates from.

Declaration
[JsonProperty("sourceAgentUri")]
public virtual string SourceAgentUri { get; set; }
Property Value
Type Description
string

SourceIp

Source IP address.

Declaration
[JsonProperty("sourceIp")]
public virtual string SourceIp { get; set; }
Property Value
Type Description
string

SourceNetworkUri

URI of the network where this packet originates from.

Declaration
[JsonProperty("sourceNetworkUri")]
public virtual string SourceNetworkUri { get; set; }
Property Value
Type Description
string

SourcePort

Source port. Only valid when protocol is TCP or UDP.

Declaration
[JsonProperty("sourcePort")]
public virtual int? SourcePort { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX