Documentation ¶
Index ¶
- type Client
- func (Client) CountInstancesOfPlan(serviceOfferingID, planID string, logger *log.Logger) (int, error)
- func (Client) CountInstancesOfServiceOffering(serviceOfferingID string, logger *log.Logger) (instanceCountByPlanID map[cf.ServicePlan]int, err error)
- func (Client) GetAPIVersion(logger *log.Logger) (string, error)
- func (Client) GetInstanceState(serviceInstanceGUID string, logger *log.Logger) (cf.InstanceState, error)
- func (Client) GetServiceInstances(f cf.GetInstancesFilter, logger *log.Logger) ([]cf.Instance, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { }
func (Client) CountInstancesOfPlan ¶
func (Client) CountInstancesOfServiceOffering ¶
func (Client) GetInstanceState ¶
func (Client) GetServiceInstances ¶
Click to show internal directories.
Click to hide internal directories.