Reference documentation and code samples for the Compute V1 Client class BgpRouteAsPath.
Generated from protobuf message google.cloud.compute.v1.BgpRouteAsPath
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ asns
array
[Output only] ASNs in the path segment. When type is SEQUENCE, these are ordered.
↳ asns32
array
[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.
↳ type
string
[Output only] Type of AS-PATH segment (SEQUENCE or SET) Check the Type enum for the list of possible values.
getAsns
[Output only] ASNs in the path segment. When type is SEQUENCE, these are ordered.
setAsns
[Output only] ASNs in the path segment. When type is SEQUENCE, these are ordered.
var
int[]
$this
getAsns32
[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.
setAsns32
[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.
var
int[]
$this
getType
[Output only] Type of AS-PATH segment (SEQUENCE or SET) Check the Type enum for the list of possible values.
string
hasType
clearType
setType
[Output only] Type of AS-PATH segment (SEQUENCE or SET) Check the Type enum for the list of possible values.
var
string
$this

