Documentation ¶
Index ¶
- Constants
- func FloatingIPHandleCreate(t *testing.T)
- func FloatingIPHandleGet(t *testing.T)
- func FloatingIPHandleList(t *testing.T)
- func NetworkHandleCreate(t *testing.T)
- func NetworkHandleGet(t *testing.T)
- func NetworkHandleList(t *testing.T)
- func NetworkHandleUpdate(t *testing.T)
- func PortHandleCreate(t *testing.T)
- func PortHandleGet(t *testing.T)
- func PortHandleListSuccessfully(t *testing.T)
- func PortHandleUpdate(t *testing.T)
Constants ¶
View Source
const NetworkCreateRequest = `
{
"network": {
"name": "private",
"admin_state_up": true,
"dns_domain": "local."
}
}`
View Source
const NetworkCreateResponse = `` /* 568-byte string literal not displayed */
View Source
const NetworkUpdateRequest = `
{
"network": {
"name": "new_network_name",
"admin_state_up": false,
"dns_domain": ""
}
}`
View Source
const NetworkUpdateResponse = `` /* 572-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func FloatingIPHandleCreate ¶
func FloatingIPHandleGet ¶
func FloatingIPHandleList ¶
func NetworkHandleCreate ¶
func NetworkHandleGet ¶
func NetworkHandleList ¶
func NetworkHandleUpdate ¶
func PortHandleCreate ¶
func PortHandleGet ¶
func PortHandleUpdate ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.