Documentation ¶
Index ¶
- type GetAppModel
- type GetApp_AppInstanceFields
- type GetApp_DomainFields
- type GetApp_RouteSummary
- type GetApp_ServiceSummary
- type GetApp_Stack
- type GetAppsDomainFields
- type GetAppsModel
- type GetAppsRouteSummary
- type GetOrgUsers_Model
- type GetOrg_Domains
- type GetOrg_Model
- type GetOrg_Space
- type GetOrg_SpaceQuota
- type GetOrgs_Model
- type GetService_LastOperation
- type GetService_Model
- type GetService_ServiceFields
- type GetService_ServicePlan
- type GetServices_LastOperation
- type GetServices_Model
- type GetServices_ServiceFields
- type GetServices_ServicePlan
- type GetSpaceUsers_Model
- type GetSpace_Apps
- type GetSpace_AppsDomainFields
- type GetSpace_Domains
- type GetSpace_Model
- type GetSpace_Orgs
- type GetSpace_SecurityGroup
- type GetSpace_ServiceInstance
- type GetSpace_SpaceQuota
- type GetSpaces_Model
- type Organization
- type OrganizationFields
- type QuotaFields
- type Space
- type SpaceFields
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetAppModel ¶
type GetAppModel struct { Guid string Name string BuildpackUrl string Command string Diego bool DetectedStartCommand string DiskQuota int64 // in Megabytes EnvironmentVars map[string]interface{} InstanceCount int Memory int64 // in Megabytes RunningInstances int HealthCheckTimeout int State string SpaceGuid string PackageUpdatedAt *time.Time PackageState string StagingFailedReason string Stack *GetApp_Stack Instances []GetApp_AppInstanceFields Routes []GetApp_RouteSummary Services []GetApp_ServiceSummary }
type GetApp_DomainFields ¶
type GetApp_RouteSummary ¶
type GetApp_RouteSummary struct { Guid string Host string Domain GetApp_DomainFields }
type GetApp_ServiceSummary ¶
type GetApp_Stack ¶
type GetAppsDomainFields ¶
type GetAppsModel ¶
type GetAppsRouteSummary ¶
type GetAppsRouteSummary struct { Guid string Host string Domain GetAppsDomainFields }
type GetOrgUsers_Model ¶
type GetOrg_Domains ¶
type GetOrg_Model ¶
type GetOrg_Model struct { Guid string Name string QuotaDefinition QuotaFields Spaces []GetOrg_Space Domains []GetOrg_Domains SpaceQuotas []GetOrg_SpaceQuota }
type GetOrg_Space ¶
type GetOrg_SpaceQuota ¶
type GetOrgs_Model ¶
type GetService_Model ¶
type GetService_Model struct { Guid string Name string DashboardUrl string IsUserProvided bool ServiceOffering GetService_ServiceFields ServicePlan GetService_ServicePlan LastOperation GetService_LastOperation }
type GetService_ServicePlan ¶
type GetServices_Model ¶
type GetServices_Model struct { Guid string Name string ServicePlan GetServices_ServicePlan Service GetServices_ServiceFields LastOperation GetServices_LastOperation ApplicationNames []string IsUserProvided bool }
type GetServices_ServiceFields ¶
type GetServices_ServiceFields struct {
Name string
}
type GetServices_ServicePlan ¶
type GetSpaceUsers_Model ¶
type GetSpace_Apps ¶
type GetSpace_Domains ¶
type GetSpace_Model ¶
type GetSpace_Model struct { GetSpaces_Model Organization GetSpace_Orgs Applications []GetSpace_Apps ServiceInstances []GetSpace_ServiceInstance Domains []GetSpace_Domains SecurityGroups []GetSpace_SecurityGroup SpaceQuota GetSpace_SpaceQuota }
type GetSpace_Orgs ¶
type GetSpace_SecurityGroup ¶
type GetSpace_SpaceQuota ¶
type GetSpaces_Model ¶
type Organization ¶
type Organization struct {
OrganizationFields
}
type OrganizationFields ¶
type OrganizationFields struct { Guid string Name string QuotaDefinition QuotaFields }
type QuotaFields ¶
type Space ¶
type Space struct {
SpaceFields
}
type SpaceFields ¶
Click to show internal directories.
Click to hide internal directories.