You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/interlink/v1beta1/interlink_sdk.go
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -711,6 +711,9 @@ type CreateLinkRequest struct {
711
711
// PartnerID: if set, creates a hosted link on a partner's connection. Specify the ID of the chosen partner, who already has a shared connection with available bandwidth.
712
712
// Precisely one of ConnectionID, PartnerID must be set.
713
713
PartnerID*string`json:"partner_id,omitempty"`
714
+
715
+
// PeerAsn: for self-hosted links we need the peer AS Number to establish BGP session. If not given, a default one will be assigned.
0 commit comments