Package com.c8db.entity
Class GeoFabricEntity.GeoFabricOptions
- java.lang.Object
-
- com.c8db.entity.GeoFabricEntity.GeoFabricOptions
-
- Enclosing class:
- GeoFabricEntity
public static class GeoFabricEntity.GeoFabricOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description GeoFabricOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDcList()BooleangetGlobal()BooleangetIsSystem()StringgetName()StringgetOrigin()BooleangetRealTime()StringgetSpotDc()StringgetStatus()StringgetTenant()
-
-
-
Method Detail
-
getDcList
public String getDcList()
- Returns:
- the dcList
-
getGlobal
public Boolean getGlobal()
- Returns:
- the global
-
getIsSystem
public Boolean getIsSystem()
- Returns:
- the isSystem
-
getName
public String getName()
- Returns:
- the name
-
getOrigin
public String getOrigin()
- Returns:
- the origin
-
getRealTime
public Boolean getRealTime()
- Returns:
- the realTime
-
getSpotDc
public String getSpotDc()
- Returns:
- the spotDc
-
getStatus
public String getStatus()
- Returns:
- the status
-
getTenant
public String getTenant()
- Returns:
- the tenant
-
-