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.alpha.Data
Assembly: Google.Apis.Compute.alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX