Class BgpRouteAsPath
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class BgpRouteAsPath : IDirectResponseSchema
Properties
Asns
Output only. [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?> |
Asns32
Output only. [Output only] ASNs in the path segment. This field is for better support of 32 bit ASNs as the other asns field suffers from overflow when the ASN is larger. When type is SEQUENCE, these are ordered.
Declaration
[JsonProperty("asns32")]
public virtual IList<long?> Asns32 { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<long?> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Output only. [Output only] Type of AS-PATH segment (SEQUENCE or SET)
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |