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.
Implements
IMessageDestinationTypesDestinationEndpoint, IEquatableDestinationTypesDestinationEndpoint, IDeepCloneableDestinationTypesDestinationEndpoint, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
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 |