public class RegionAlloySchema extends Object
| Constructor and Description |
|---|
RegionAlloySchema(List<RegionSchema> regions,
String alloyProvider,
Set<String> services,
String ociRegionCoexist) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getOciRegionCoexist() |
String |
getProvider() |
List<RegionSchema> |
getRegions() |
Set<String> |
getServices() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"regions","alloyProvider","services","ociRegionCoexist"}) public RegionAlloySchema(List<RegionSchema> regions, String alloyProvider, Set<String> services, String ociRegionCoexist)
public List<RegionSchema> getRegions()
public String getProvider()
public String getOciRegionCoexist()
Copyright © 2016–2024. All rights reserved.