Package com.adobe.aio.cloudmanager
Interface RegionDeployment
-
public interface RegionDeployment
A Region Deployment representation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
RegionDeployment.Type
Possible region deployment types.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegionDeployment.Type
getDeployType()
The type of deploymentString
getId()
The id of this deployment.Region
getRegion()
The region for this deployment
-
-
-
Method Detail
-
getId
String getId()
The id of this deployment.- Returns:
- the id
-
getRegion
Region getRegion()
The region for this deployment- Returns:
- the region
-
getDeployType
RegionDeployment.Type getDeployType()
The type of deployment- Returns:
- the deployment type
-
-