Show / Hide Table of Contents

Class WireGroupEndpoint

A logical endpoint for the wire group. An endpoint represents a metro that contains redundant Interconnect connections. A wire group is created between two endpoints.

Inheritance
object
WireGroupEndpoint
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 WireGroupEndpoint : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Interconnects

A map that contains the redundant Interconnect connections. Specify key-value pairs for the map as follows:

  • Key: an RFC1035 user-specified label. - Value: an Interconnect object.
Declaration
[JsonProperty("interconnects")]
public virtual IDictionary<string, WireGroupEndpointInterconnect> Interconnects { get; set; }
Property Value
Type Description
IDictionary<string, WireGroupEndpointInterconnect>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX