Class AzureCloudPlatform
java.lang.Object
com.atlassian.confluence.status.service.systeminfo.AzureCloudPlatform
- All Implemented Interfaces:
CloudPlatform
- Since:
- 6.12.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods 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
parseInstanceType
-
Constructor Details
-
AzureCloudPlatform
public AzureCloudPlatform()
-
-
Method Details
-
getInstanceTypeMetadataEndpoint
- Specified by:
getInstanceTypeMetadataEndpoint
in interfaceCloudPlatform
- Returns:
- url string for fetching the platform instance type via the platform metadata service
-
getPlatformType
- Specified by:
getPlatformType
in interfaceCloudPlatform
- Returns:
- the type of cloud platform, i.e. AWS or Azure
-
getMetadataHeaders
- Specified by:
getMetadataHeaders
in interfaceCloudPlatform
- Returns:
- any specific request headers required to reach the platform metadata service as a map of header-value entries
-