Class ServiceAttachmentConnectedEndpoint
[Output Only] A connection connected to this service attachment.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ServiceAttachmentConnectedEndpoint : IDirectResponseSchema
Properties
ConsumerNetwork
The url of the consumer network.
Declaration
[JsonProperty("consumerNetwork")]
public virtual string ConsumerNetwork { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Endpoint
The url of a connected endpoint.
Declaration
[JsonProperty("endpoint")]
public virtual string Endpoint { get; set; }
Property Value
Type | Description |
---|---|
string |
PropagatedConnectionCount
The number of consumer Network Connectivity Center spokes that the connected Private Service Connect endpoint has propagated to.
Declaration
[JsonProperty("propagatedConnectionCount")]
public virtual long? PropagatedConnectionCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
PscConnectionId
The PSC connection id of the connected endpoint.
Declaration
[JsonProperty("pscConnectionId")]
public virtual ulong? PscConnectionId { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
Status
The status of a connected endpoint to this service attachment.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |