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 GetOauthToken_Model
- 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 ¶ added in v6.12.0
type GetAppModel struct {
Guid string
Name string
BuildpackUrl string
Command string
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_AppInstanceFields ¶ added in v6.12.0
type GetApp_DomainFields ¶ added in v6.12.0
type GetApp_RouteSummary ¶ added in v6.12.0
type GetApp_RouteSummary struct {
Guid string
Host string
Domain GetApp_DomainFields
Path string
Port int
}
type GetApp_ServiceSummary ¶ added in v6.12.0
type GetApp_Stack ¶ added in v6.12.0
type GetAppsDomainFields ¶ added in v6.12.0
type GetAppsModel ¶ added in v6.12.0
type GetAppsRouteSummary ¶ added in v6.12.0
type GetAppsRouteSummary struct {
Guid string
Host string
Domain GetAppsDomainFields
}
type GetOauthToken_Model ¶ added in v6.13.0
type GetOauthToken_Model struct {
Token string
}
type GetOrgUsers_Model ¶ added in v6.12.0
type GetOrg_Domains ¶ added in v6.12.0
type GetOrg_Model ¶ added in v6.12.0
type GetOrg_Model struct {
Guid string
Name string
QuotaDefinition QuotaFields
Spaces []GetOrg_Space
Domains []GetOrg_Domains
SpaceQuotas []GetOrg_SpaceQuota
}
type GetOrg_Space ¶ added in v6.12.0
type GetOrg_SpaceQuota ¶ added in v6.12.0
type GetOrgs_Model ¶ added in v6.12.0
type GetService_LastOperation ¶ added in v6.12.0
type GetService_Model ¶ added in v6.12.0
type GetService_Model struct {
Guid string
Name string
DashboardUrl string
IsUserProvided bool
ServiceOffering GetService_ServiceFields
ServicePlan GetService_ServicePlan
LastOperation GetService_LastOperation
}
type GetService_ServiceFields ¶ added in v6.12.0
type GetService_ServicePlan ¶ added in v6.12.0
type GetServices_LastOperation ¶ added in v6.12.0
type GetServices_Model ¶ added in v6.12.0
type GetServices_Model struct {
Guid string
Name string
ServicePlan GetServices_ServicePlan
Service GetServices_ServiceFields
LastOperation GetServices_LastOperation
ApplicationNames []string
IsUserProvided bool
}
type GetServices_ServiceFields ¶ added in v6.12.0
type GetServices_ServiceFields struct {
Name string
}
type GetServices_ServicePlan ¶ added in v6.12.0
type GetSpaceUsers_Model ¶ added in v6.12.0
type GetSpace_Apps ¶ added in v6.12.0
type GetSpace_AppsDomainFields ¶ added in v6.12.0
type GetSpace_Domains ¶ added in v6.12.0
type GetSpace_Model ¶ added in v6.12.0
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 ¶ added in v6.12.0
type GetSpace_SecurityGroup ¶ added in v6.12.0
type GetSpace_ServiceInstance ¶ added in v6.12.0
type GetSpace_SpaceQuota ¶ added in v6.12.0
type GetSpaces_Model ¶ added in v6.12.0
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.