Documentation ¶
Index ¶
Constants ¶
View Source
const AssignRequest = `
{
"port_id": "ee2402d0-f0cd-4503-9b75-69be1d11c5f1",
"fixed_ip_address": "192.168.10.15"
}
`
View Source
const AssignResponse = GetResponse
View Source
const CreateRequest = `
{
"port_id": "ee2402d0-f0cd-4503-9b75-69be1d11c5f1",
"fixed_ip_address": "192.168.10.15"
}
`
View Source
const CreateResponse = `
{
"tasks": [
"50f53a35-42ed-40c4-82b2-5a37fb3e00bc"
]
}
`
View Source
const DeleteResponse = `
{
"tasks": [
"50f53a35-42ed-40c4-82b2-5a37fb3e00bc"
]
}
`
View Source
const GetResponse = `` /* 433-byte string literal not displayed */
View Source
const ListResponse = `` /* 1206-byte string literal not displayed */
View Source
const UnassignRequest = `
{
"port_id": "ee2402d0-f0cd-4503-9b75-69be1d11c5f1",
"fixed_ip_address": "192.168.10.15"
}
`
View Source
const UnassignResponse = GetResponse
Variables ¶
View Source
var ( Tasks1 = tasks.TaskResults{ Tasks: []tasks.TaskID{"50f53a35-42ed-40c4-82b2-5a37fb3e00bc"}, } ExpectedFloatingIPSlice = []floatingips.FloatingIPDetail{floatingIPDetails} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.