Show / Hide Table of Contents

Class BgpRouteAsPath

Inheritance
object
BgpRouteAsPath
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX