Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateServiceBindingResponse ¶
type CreateServiceBindingResponse struct {
// SyslogDrainUrl string `json:"syslog_drain_url, omitempty"`
Credentials interface{} `json:"credentials"`
}
type CreateServiceInstanceResponse ¶
type CreateServiceInstanceResponse struct {
DashboardUrl string `json:"dashboard_url"`
}
type Credentials ¶
type Service ¶
type Service struct { Name string `json:"name"` Id string `json:"id"` Description string `json:"description"` Bindable bool `json:"bindable"` PlanUpdateable bool `json:"plan_updateable, omitempty"` Tags []string `json:"tags, omitempty"` Requires []string `json:"requires, omitempty"` Metadata interface{} `json:"metadata, omitempty"` Plans []ServicePlan `json:"plans"` DashboardClient interface{} `json:"dashboard_client"` }
type ServiceBinding ¶
type ServiceInstance ¶
type ServiceInstance struct { Id string `json:"id"` DashboardUrl string `json:"dashboard_url"` // The following items can be provisioned from request body OrganizationGuid string `json:"organization_guid"` PlanId string `json:"plan_id"` ServiceId string `json:"service_id"` SpaceGuid string `json:"space_guid"` Parameters interface{} `json:"parameters, omitempty"` // The following items are the allowed parameters ResourceGroupName string `json:"resource_group_name, omitempty"` StorageAccountName string `json:"storage_account_name, omitempty"` ContainerAccessType storageclient.ContainerAccessType `json:"container_access_type, omitempty"` // The following items are for last operations State string `json:"state"` Description string `json:"description"` }
Click to show internal directories.
Click to hide internal directories.