Documentation ¶
Overview ¶
quotas unit tests
Index ¶
Constants ¶
View Source
const GetResponseRaw = `` /* 256-byte string literal not displayed */
View Source
const UpdateRequestResponseRaw = `` /* 253-byte string literal not displayed */
Variables ¶
View Source
var GetResponse = quotas.Quota{
FloatingIP: 15,
Network: 20,
Port: 25,
RBACPolicy: -1,
Router: 30,
SecurityGroup: 35,
SecurityGroupRule: 40,
Subnet: 45,
SubnetPool: -1,
}
View Source
var UpdateResponse = quotas.Quota{
FloatingIP: 0,
Network: -1,
Port: 5,
RBACPolicy: 10,
Router: 15,
SecurityGroup: 20,
SecurityGroupRule: -1,
Subnet: 25,
SubnetPool: 0,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.