Package | Description |
---|---|
org.springframework.boot.cloud |
Low level support for Cloud deployments.
|
Modifier and Type | Method and Description |
---|---|
static CloudPlatform |
CloudPlatform.getActive(Environment environment)
Returns the active
CloudPlatform or null if one cannot be deduced. |
static CloudPlatform |
CloudPlatform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudPlatform[] |
CloudPlatform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.