Module: VMC
- Defined in:
- lib/cli.rb,
lib/vmc.rb,
lib/vmc/const.rb,
lib/cli/version.rb
Defined Under Namespace
Modules: Cli, Micro Classes: Client
Constant Summary collapse
- VERSION =
This is the internal VMC version number, and is not necessarily the same as the RubyGem version (VMC::Cli::VERSION).
'0.3.18.1'- DEFAULT_TARGET =
Targets
'http://api.cloud.anotherservice.com'- DEFAULT_LOCAL_TARGET =
'http://api.vcap.me'- INFO_PATH =
General Paths
'info'- GLOBAL_SERVICES_PATH =
['info', 'services']
- GLOBAL_RUNTIMES_PATH =
['info', 'runtimes']
- GLOBAL_INFRAS_PATH =
['info', 'infras']
- RESOURCES_PATH =
'resources'- APPS_PATH =
User specific paths
'apps'- SERVICES_PATH =
'services'- USERS_PATH =
'users'- SERVICE_EXPORT_PATH =
Service paths
['services','export']
- SERVICE_IMPORT_PATH =
['services','import']