Class AwsCloudPlatform
- java.lang.Object
-
- com.atlassian.confluence.status.service.systeminfo.AwsCloudPlatform
-
- All Implemented Interfaces:
CloudPlatform
public class AwsCloudPlatform extends Object implements CloudPlatform
- Since:
- 6.12.0
-
-
Constructor Summary
Constructors Constructor Description AwsCloudPlatform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInstanceTypeMetadataEndpoint()
CloudPlatformType
getPlatformType()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.status.service.systeminfo.CloudPlatform
getMetadataHeaders, parseInstanceType
-
-
-
-
Method Detail
-
getInstanceTypeMetadataEndpoint
public String getInstanceTypeMetadataEndpoint()
- Specified by:
getInstanceTypeMetadataEndpoint
in interfaceCloudPlatform
- Returns:
- url string for fetching the platform instance type via the platform metadata service
-
getPlatformType
public CloudPlatformType getPlatformType()
- Specified by:
getPlatformType
in interfaceCloudPlatform
- Returns:
- the type of cloud platform, i.e. AWS or Azure
-
-