Package com.adobe.aio.cloudmanager
Interface RegionDeployment
-
public interface RegionDeploymentA Region Deployment representation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRegionDeployment.TypePossible region deployment types.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegionDeployment.TypegetDeployType()The type of deploymentStringgetId()The id of this deployment.RegiongetRegion()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
-
-