PeeringPropertiesDirect interface
The properties that define a direct peering.
Properties
connections | The set of connections that constitute a direct peering. |
direct |
The type of direct peering. |
peer |
The reference of the peer ASN. |
use |
The flag that indicates whether or not the peering is used for peering service. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
connections
The set of connections that constitute a direct peering.
connections?: DirectConnection[]
Property Value
directPeeringType
The type of direct peering.
directPeeringType?: string
Property Value
string
peerAsn
useForPeeringService
The flag that indicates whether or not the peering is used for peering service. NOTE: This property will not be serialized. It can only be populated by the server.
useForPeeringService?: boolean
Property Value
boolean