Show / Hide Table of Contents

Class ServiceAttachmentConnectedEndpoint

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

Inheritance
System.Object
ServiceAttachmentConnectedEndpoint
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class ServiceAttachmentConnectedEndpoint : IDirectResponseSchema

Properties

Endpoint

The url of a connected endpoint.

Declaration
[JsonProperty("endpoint")]
public virtual string Endpoint { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

PscConnectionId

The PSC connection id of the connected endpoint.

Declaration
[JsonProperty("pscConnectionId")]
public virtual ulong? PscConnectionId { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

Status

The status of a connected endpoint to this service attachment.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top