public sealed class ServiceAttachmentConnectedEndpoint : IMessage<ServiceAttachmentConnectedEndpoint>, IEquatable<ServiceAttachmentConnectedEndpoint>, IDeepCloneable<ServiceAttachmentConnectedEndpoint>, IBufferMessage, IMessageReference 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 |
|
HasPropagatedConnectionCount
public bool HasPropagatedConnectionCount { get; }Gets whether the "propagated_connection_count" 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 |
|
NatIps
public RepeatedField<string> NatIps { get; }NAT IPs of the connected PSC endpoint and those of other endpoints propagated from it.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
PropagatedConnectionCount
public uint PropagatedConnectionCount { get; set; }The number of consumer Network Connectivity Center spokes that the connected Private Service Connect endpoint has propagated to.
| Property Value | |
|---|---|
| Type | Description |
uint |
|
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 |
|