public sealed class ServiceAttachmentConnectedEndpoint : IMessage<ServiceAttachmentConnectedEndpoint>, IEquatable<ServiceAttachmentConnectedEndpoint>, IDeepCloneable<ServiceAttachmentConnectedEndpoint>, IBufferMessage, IMessage
[Output Only] A connection connected to this service attachment.
Implements
IMessage<ServiceAttachmentConnectedEndpoint>, IEquatable<ServiceAttachmentConnectedEndpoint>, IDeepCloneable<ServiceAttachmentConnectedEndpoint>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ServiceAttachmentConnectedEndpoint()
public ServiceAttachmentConnectedEndpoint()
ServiceAttachmentConnectedEndpoint(ServiceAttachmentConnectedEndpoint)
public ServiceAttachmentConnectedEndpoint(ServiceAttachmentConnectedEndpoint other)
Parameter | |
---|---|
Name | Description |
other | ServiceAttachmentConnectedEndpoint |
Properties
Endpoint
public string Endpoint { get; set; }
The url of a connected endpoint.
Property Value | |
---|---|
Type | Description |
String |
HasEndpoint
public bool HasEndpoint { get; }
Gets whether the "endpoint" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasPscConnectionId
public bool HasPscConnectionId { get; }
Gets whether the "psc_connection_id" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasStatus
public bool HasStatus { get; }
Gets whether the "status" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
PscConnectionId
public ulong PscConnectionId { get; set; }
The PSC connection id of the connected endpoint.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |