Class ServiceAttachmentConnectedEndpoint (1.3.0)

public sealed class ServiceAttachmentConnectedEndpoint : IMessage<ServiceAttachmentConnectedEndpoint>, IEquatable<ServiceAttachmentConnectedEndpoint>, IDeepCloneable<ServiceAttachmentConnectedEndpoint>, IBufferMessage, IMessage

[Output Only] A connection connected to this service attachment.

Inheritance

Object > ServiceAttachmentConnectedEndpoint

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ServiceAttachmentConnectedEndpoint()

public ServiceAttachmentConnectedEndpoint()

ServiceAttachmentConnectedEndpoint(ServiceAttachmentConnectedEndpoint)

public ServiceAttachmentConnectedEndpoint(ServiceAttachmentConnectedEndpoint other)
Parameter
NameDescription
otherServiceAttachmentConnectedEndpoint

Properties

Endpoint

public string Endpoint { get; set; }

The url of a connected endpoint.

Property Value
TypeDescription
String

HasEndpoint

public bool HasEndpoint { get; }

Gets whether the "endpoint" field is set

Property Value
TypeDescription
Boolean

HasPscConnectionId

public bool HasPscConnectionId { get; }

Gets whether the "psc_connection_id" field is set

Property Value
TypeDescription
Boolean

HasStatus

public bool HasStatus { get; }

Gets whether the "status" field is set

Property Value
TypeDescription
Boolean

PscConnectionId

public ulong PscConnectionId { get; set; }

The PSC connection id of the connected endpoint.

Property Value
TypeDescription
UInt64

Status

public string Status { get; set; }

The status of a connected endpoint to this service attachment. Check the Status enum for the list of possible values.

Property Value
TypeDescription
String