Documentation
¶
Overview ¶
public_ips unit tests
Index ¶
Constants ¶
View Source
const CreateRequest = `` /* 352-byte string literal not displayed */
View Source
const CreateResponse = `` /* 434-byte string literal not displayed */
View Source
const GetResponse = `` /* 555-byte string literal not displayed */
View Source
const ListResponse = `` /* 1179-byte string literal not displayed */
View Source
const UpdateRequest = `
{
"static_route": {
"name": "TEST-02"
}
}
`
View Source
const UpdateResponse = `` /* 434-byte string literal not displayed */
Variables ¶
View Source
var ExpectedStaticRouteSlice = []static_routes.StaticRoute{StaticRoute1, StaticRoute2}
View Source
var StaticRoute1 = static_routes.StaticRoute{
Description: "",
Destination: "100.127.254.152/29",
FICGatewayID: "5af4f343-91a7-4956-aabb-9ac678d215e5",
ID: "93aaec0f-1546-4062-88c5-93c397b93c03",
InternetGwID: "3c5703b7-e783-42fe-ba23-5b0fe872cccb",
Name: "TEST-01",
Nexthop: "100.127.254.153",
ServiceType: "internet",
Status: "PENDING_CREATE",
TenantID: "60ed68071ca14fff8a6c28458379864b",
}
View Source
var StaticRoute2 = static_routes.StaticRoute{
Description: "jbd test",
Destination: "100.127.254.70/31",
FICGatewayID: "1331e6a7-2876-4d34-b12f-5aac9517b034",
ID: "a0caa2c8-5d30-49cd-a5f2-99517a4d848b",
InternetGwID: "b684b775-63cc-40e6-b615-cc88c804df19",
Name: "jbd_test_StaticRoute001",
Nexthop: "192.168.1.0",
ServiceType: "internet",
Status: "ACTIVE",
TenantID: "28ebaf1b212f4052a1a88d27f61deaa3",
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.