Class WireGroupTopology
Topology details for the wire group.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class WireGroupTopology : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Endpoints
Topology details for all endpoints in the wire group.
Declaration
[JsonProperty("endpoints")]
public virtual IList<WireGroupTopologyEndpoint> Endpoints { get; set; }
Property Value
Type | Description |
---|---|
IList<WireGroupTopologyEndpoint> |