Class BgpRouteAsPath
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class BgpRouteAsPath : IDirectResponseSchema
Properties
Asns
[Output only] ASNs in the path segment. When type is SEQUENCE, these are ordered.
Declaration
[JsonProperty("asns")]
public virtual IList<int?> Asns { get; set; }
Property Value
Type | Description |
---|---|
IList<int?> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
[Output only] Type of AS-PATH segment (SEQUENCE or SET)
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |