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.
Implements
Inherited Members
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> |