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.
Click to show internal directories.
Click to hide internal directories.