Documentation
¶
Index ¶
Constants ¶
View Source
const UnknownName = "unknown"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrgQuota ¶
type OrgQuota struct {
//Guid string `json:"guid"`
common.EntityCommon
Name string `json:"name"`
NonBasicServicesAllowed bool `json:"non_basic_services_allowed"`
TotalServices int `json:"total_services"`
TotalRoutes int `json:"total_routes"`
TotalPrivateDomains int `json:"total_private_domains"`
MemoryLimit int `json:"memory_limit"`
TrialDbAllowed bool `json:"trial_db_allowed"`
InstanceMemoryLimit int `json:"instance_memory_limit"`
AppInstanceLimit int `json:"app_instance_limit"`
}
type OrgQuotaMetadata ¶
func NewOrgQuotaMetadata ¶
func NewOrgQuotaMetadata(orgQuota OrgQuota) *OrgQuotaMetadata
func NewOrgQuotaMetadataById ¶
func NewOrgQuotaMetadataById(id string) *OrgQuotaMetadata
type OrgQuotaMetadataManager ¶
type OrgQuotaMetadataManager struct {
*common.MdCommonManager
}
func NewOrgQuotaMetadataManager ¶
func NewOrgQuotaMetadataManager(mdGlobalManager mdGlobalManagerInterface.MdGlobalManagerInterface) *OrgQuotaMetadataManager
func (*OrgQuotaMetadataManager) Find ¶
func (mdMgr *OrgQuotaMetadataManager) Find(guid string) *OrgQuotaMetadata
type OrgQuotaResource ¶
type OrgQuotaResponse ¶
type OrgQuotaResponse struct {
Count int `json:"total_results"`
Pages int `json:"total_pages"`
Resources []OrgQuotaResource `json:"resources"`
}
Click to show internal directories.
Click to hide internal directories.