public class ScpNeoCloudPlatform extends Object implements CloudPlatform
Constructor and Description |
---|
ScpNeoCloudPlatform() |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationName() |
String |
getApplicationProcessId() |
String |
getApplicationUrl() |
String |
getCloudPlatformLandscape() |
String |
getCloudPlatformRegion() |
String |
getCloudPlatformRegionHost() |
String |
getCloudPlatformRegionHostCert() |
String |
getCloudPlatformRegionHostSvc() |
int |
getLocalHttpPort() |
String |
getOnPremiseProxyHost() |
int |
getOnPremiseProxyPort() |
String |
getProviderAccountId() |
@Nonnull public String getApplicationName() throws CloudPlatformException
getApplicationName
in interface CloudPlatform
CloudPlatformException
- If there is an error accessing the application name.@Nonnull public String getApplicationUrl() throws CloudPlatformException
CloudPlatformException
@Nonnull public String getProviderAccountId() throws CloudPlatformException
CloudPlatformException
@Nonnull public String getOnPremiseProxyHost() throws CloudPlatformException
CloudPlatformException
public int getOnPremiseProxyPort() throws CloudPlatformException
CloudPlatformException
public int getLocalHttpPort() throws CloudPlatformException
CloudPlatformException
@Nonnull public String getCloudPlatformRegionHost() throws CloudPlatformException
CloudPlatformException
@Nonnull public String getCloudPlatformRegionHostSvc() throws CloudPlatformException
CloudPlatformException
@Nonnull public String getCloudPlatformRegionHostCert() throws CloudPlatformException
CloudPlatformException
@Nonnull public String getCloudPlatformRegion() throws CloudPlatformException
CloudPlatformException
@Nonnull public String getCloudPlatformLandscape() throws CloudPlatformException
CloudPlatformException
@Nonnull public String getApplicationProcessId() throws CloudPlatformException
CloudPlatformException
Copyright © 2019 SAP SE. All rights reserved.