Compute Engine v1 API - Class ServiceAttachmentConnectedEndpoint (2.15.0)

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

Reference documentation and code samples for the Compute Engine v1 API class ServiceAttachmentConnectedEndpoint.

[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

ConsumerNetwork

public string ConsumerNetwork { get; set; }

The url of the consumer network.

Property Value
TypeDescription
string

Endpoint

public string Endpoint { get; set; }

The url of a connected endpoint.

Property Value
TypeDescription
string

HasConsumerNetwork

public bool HasConsumerNetwork { get; }

Gets whether the "consumer_network" field is set

Property Value
TypeDescription
bool

HasEndpoint

public bool HasEndpoint { get; }

Gets whether the "endpoint" field is set

Property Value
TypeDescription
bool

HasPscConnectionId

public bool HasPscConnectionId { get; }

Gets whether the "psc_connection_id" field is set

Property Value
TypeDescription
bool

HasStatus

public bool HasStatus { get; }

Gets whether the "status" field is set

Property Value
TypeDescription
bool

PscConnectionId

public ulong PscConnectionId { get; set; }

The PSC connection id of the connected endpoint.

Property Value
TypeDescription
ulong

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