public sealed class BgpRouteAsPath : IMessage<BgpRouteAsPath>, IEquatable<BgpRouteAsPath>, IDeepCloneable<BgpRouteAsPath>, IBufferMessage, IMessageImplements
IMessageBgpRouteAsPath, IEquatableBgpRouteAsPath, IDeepCloneableBgpRouteAsPath, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
BgpRouteAsPath()
public BgpRouteAsPath()BgpRouteAsPath(BgpRouteAsPath)
public BgpRouteAsPath(BgpRouteAsPath other)| Parameter | |
|---|---|
| Name | Description |
other |
BgpRouteAsPath |
Properties
Asns
public RepeatedField<int> Asns { get; }[Output only] ASNs in the path segment. When type is SEQUENCE, these are ordered.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldint |
|
HasType
public bool HasType { get; }Gets whether the "type" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Type
public string Type { get; set; }[Output only] Type of AS-PATH segment (SEQUENCE or SET) Check the Type enum for the list of possible values.
| Property Value | |
|---|---|
| Type | Description |
string |
|