testing

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const CreateNetworkRequest = `
{
    "network": {
        "name": "private",
        "qos_policy_id": "591e0597-39a6-4665-8149-2111d8de9a08"
    }
}
`
View Source
const CreateNetworkResponse = `` /* 203-byte string literal not displayed */
View Source
const CreatePortRequest = `` /* 151-byte string literal not displayed */
View Source
const CreatePortResponse = `` /* 262-byte string literal not displayed */
View Source
const GetNetworkResponse = `` /* 146-byte string literal not displayed */
View Source
const GetPortResponse = `` /* 143-byte string literal not displayed */
View Source
const UpdateNetworkWithPolicyRequest = `
{
    "network": {
        "name": "updated",
        "qos_policy_id": "591e0597-39a6-4665-8149-2111d8de9a08"
    }
}
`
View Source
const UpdateNetworkWithPolicyResponse = `` /* 230-byte string literal not displayed */
View Source
const UpdateNetworkWithoutPolicyRequest = `
{
    "network": {
        "qos_policy_id": null
    }
}
`
View Source
const UpdateNetworkWithoutPolicyResponse = `` /* 167-byte string literal not displayed */
View Source
const UpdatePortWithPolicyRequest = `
{
    "port": {
        "qos_policy_id": "591e0597-39a6-4665-8149-2111d8de9a08"
    }
}
`
View Source
const UpdatePortWithPolicyResponse = `` /* 262-byte string literal not displayed */
View Source
const UpdatePortWithoutPolicyRequest = `
{
    "port": {
        "qos_policy_id": null
    }
}
`
View Source
const UpdatePortWithoutPolicyResponse = `` /* 226-byte string literal not displayed */

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL