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.
Implements
IMessageServiceAttachmentConnectedEndpoint, IEquatableServiceAttachmentConnectedEndpoint, IDeepCloneableServiceAttachmentConnectedEndpoint, 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
ConsumerNetwork
public string ConsumerNetwork { get; set; }
The url of the consumer network.
Property Value | |
---|---|
Type | Description |
string |
Endpoint
public string Endpoint { get; set; }
The url of a connected endpoint.
Property Value | |
---|---|
Type | Description |
string |
HasConsumerNetwork
public bool HasConsumerNetwork { get; }
Gets whether the "consumer_network" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasEndpoint
public bool HasEndpoint { get; }
Gets whether the "endpoint" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasPscConnectionId
public bool HasPscConnectionId { get; }
Gets whether the "psc_connection_id" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasStatus
public bool HasStatus { get; }
Gets whether the "status" field is set
Property Value | |
---|---|
Type | Description |
bool |
PscConnectionId
public ulong PscConnectionId { get; set; }
The PSC connection id of the connected endpoint.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |