MCPcopy
hub / github.com/cloudfoundry/cli / Quota

Struct Quota

resources/quota_resource.go:9–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type Quota struct {
10 // GUID is the unique ID of the organization quota.
11 GUID string `json:"guid,omitempty"`
12 // Name is the name of the organization quota
13 Name string `json:"name"`
14 // Apps contain the various limits that are associated with applications
15 Apps AppLimit `json:"apps"`
16 // Services contain the various limits that are associated with services
17 Services ServiceLimit `json:"services"`
18 // Routes contain the various limits that are associated with routes
19 Routes RouteLimit `json:"routes"`
20}
21
22type AppLimit struct {
23 TotalMemory *types.NullInt `json:"total_memory_in_mb,omitempty"`

Callers 4

ExecuteMethod · 0.92
ExecuteMethod · 0.92
ExecuteMethod · 0.92
ExecuteMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected