Documentation ¶
Index ¶
Constants ¶
View Source
const GetResponse = `` /* 1010-byte string literal not displayed */
View Source
const ReplaceRequest = GetResponse
View Source
const ReplaceResponse = GetResponse
View Source
const UpdateRequest = `
{
"external_ip_count_usage": 4
}
`
View Source
const UpdateResponse = GetResponse
Variables ¶
View Source
var (
Quota1 = quotas.Quota{
ProjectCountLimit: 1,
VMCountLimit: 1,
CPUCountLimit: 1,
RAMLimit: 1,
VolumeCountLimit: 1,
VolumeSizeLimit: 1,
VolumeSnapshotsCountLimit: 1,
VolumeSnapshotsSizeLimit: 1,
ImageCountLimit: 1,
ImageSizeLimit: 1,
NetworkCountLimit: 1,
SubnetCountLimit: 1,
FloatingCountLimit: 1,
RouterCountLimit: 1,
FirewallCountLimit: 1,
LoadbalancerCountLimit: 1,
ExternalIPCountLimit: 1,
ClusterCountLimit: 1,
ProjectCountUsage: 0,
VMCountUsage: 0,
CPUCountUsage: 0,
RAMUsage: 0,
VolumeCountUsage: 0,
VolumeSizeUsage: 0,
VolumeSnapshotsCountUsage: 0,
VolumeSnapshotsSizeUsage: 0,
ImageCountUsage: 0,
ImageSizeUsage: 0,
NetworkCountUsage: 0,
SubnetCountUsage: 0,
FloatingCountUsage: 0,
RouterCountUsage: 0,
FirewallCountUsage: 0,
LoadbalancerCountUsage: 0,
ExternalIPCountUsage: 0,
ClusterCountUsage: 0,
}
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.