Class: ServicePlans

ServicePlans

Manages Service Plan on Cloud Foundry

Constructor

new ServicePlans(endPoint)

Parameters:
Name Type Description
endPoint String [CC endpoint]
Source:

Methods

getServicePlan(guid) → {JSON}

Parameters:
Name Type Description
guid String [servicePlan guid]
Source:
Returns:
[return a JSON response]
Type
JSON

getServicePlanInstances(guid) → {JSON}

Parameters:
Name Type Description
guid String [servicePlan guid]
Source:
Returns:
[return a JSON response]
Type
JSON

getServicePlans(filter) → {JSON}

Parameters:
Name Type Description
filter String [Search options]
Source:
Returns:
[return a JSON response]
Type
JSON

remove(guid) → {JSON}

Parameters:
Name Type Description
guid String [servicePlan_guid]
Source:
Returns:
[return a JSON response]
Type
JSON