Class RouteAsPath
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class RouteAsPath : IDirectResponseSchema
Properties
AsLists
[Output Only] The AS numbers of the AS Path.
Declaration
[JsonProperty("asLists")]
public virtual IList<long?> AsLists { 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 |
PathSegmentType
[Output Only] The type of the AS Path, which can be one of the following values: - 'AS_SET': unordered set of autonomous systems that the route in has traversed - 'AS_SEQUENCE': ordered set of autonomous systems that the route has traversed - 'AS_CONFED_SEQUENCE': ordered set of Member Autonomous Systems in the local confederation that the route has traversed - 'AS_CONFED_SET': unordered set of Member Autonomous Systems in the local confederation that the route has traversed
Declaration
[JsonProperty("pathSegmentType")]
public virtual string PathSegmentType { get; set; }
Property Value
Type | Description |
---|---|
string |