Class: CloudController

CloudController

This class manages the entry point with the Cloud Foundry Controller. https://github.com/cloudfoundry/cloud_controller_ng

Constructor

new CloudController(endPoint)

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

Methods

getFeaturedFlag(flag) → {JSON}

Parameters:
Name Type Description
flag String [flag]
Source:
Returns:
[Response]
Type
JSON

getFeaturedFlags() → {JSON}

Source:
Returns:
[Response]
Type
JSON

getInfo() → {JSON}

Get information from Cloud Controller http://apidocs.cloudfoundry.org/214/info/get_info.html
Source:
Returns:
[Return all enabled services to use]
Type
JSON

setFeaturedFlag(flag) → {JSON}

Parameters:
Name Type Description
flag String [flag to make the request]
Source:
Returns:
[Response]
Type
JSON