Network Connectivity v1 API - Class Destination.Types.DestinationEndpoint (2.12.0)

public sealed class Destination.Types.DestinationEndpoint : IMessage<Destination.Types.DestinationEndpoint>, IEquatable<Destination.Types.DestinationEndpoint>, IDeepCloneable<Destination.Types.DestinationEndpoint>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Connectivity v1 API class Destination.Types.DestinationEndpoint.

The metadata for a DestinationEndpoint resource.

Inheritance

object > Destination.Types.DestinationEndpoint

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

DestinationEndpoint()

public DestinationEndpoint()

DestinationEndpoint(DestinationEndpoint)

public DestinationEndpoint(Destination.Types.DestinationEndpoint other)
Parameter
Name Description
other DestinationTypesDestinationEndpoint

Properties

Asn

public long Asn { get; set; }

Required. The ASN of the remote IP prefix.

Property Value
Type Description
long

Csp

public string Csp { get; set; }

Required. The CSP of the remote IP prefix.

Property Value
Type Description
string

State

public Destination.Types.DestinationEndpoint.Types.State State { get; set; }

Output only. The state of the DestinationEndpoint resource.

Property Value
Type Description
DestinationTypesDestinationEndpointTypesState

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Time when the DestinationEndpoint resource was updated.

Property Value
Type Description
Timestamp