Show / Hide Table of Contents

Class ServiceAttachmentConnectedEndpoint

[Output Only] A connection connected to this service attachment.

Inheritance
object
ServiceAttachmentConnectedEndpoint
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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

NatIps

NAT IPs of the connected PSC endpoint and those of other endpoints propagated from it.

Declaration
[JsonProperty("natIps")]
public virtual IList<string> NatIps { get; set; }
Property Value
Type Description
IList<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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX