Documentation ¶
Overview ¶
Package testing fro bgp peers
Index ¶
Constants ¶
View Source
const CreateRequest = `` /* 177-byte string literal not displayed */
View Source
const CreateResponse = `` /* 311-byte string literal not displayed */
View Source
const GetBGPPeerResult = `` /* 293-byte string literal not displayed */
View Source
const ListBGPPeersResult = `` /* 615-byte string literal not displayed */
View Source
const UpdateBGPPeerRequest = `
{
"bgp_peer": {
"name": "test-rename-bgp-peer",
"password": "superStrong"
}
}
`
View Source
const UpdateBGPPeerResponse = `` /* 303-byte string literal not displayed */
Variables ¶
View Source
var BGPPeer1 = peers.BGPPeer{
ID: "afacc0e8-6b66-44e4-be53-a1ef16033ceb",
AuthType: "none",
Name: "testing-peer-1",
TenantID: "7fa3f96b-17ee-4d1b-8fbf-fe889bb1f1d0",
PeerIP: "1.2.3.4",
ProjectID: "7fa3f96b-17ee-4d1b-8fbf-fe889bb1f1d0",
RemoteAS: 4321,
}
View Source
var BGPPeer2 = peers.BGPPeer{
AuthType: "none",
ID: "acd7c4a1-e243-4fe5-80f9-eba8f143ac1d",
Name: "testing-peer-2",
TenantID: "7fa3f96b-17ee-4d1b-8fbf-fe889bb1f1d0",
PeerIP: "5.6.7.8",
ProjectID: "7fa3f96b-17ee-4d1b-8fbf-fe889bb1f1d0",
RemoteAS: 4321,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.