Interface CatalogEntry.Kind
-
- Enclosing class:
- CatalogEntry
public static interface CatalogEntry.KindThe type of catalog entry which determines the type and shape of the object. Valid GC types are buildpack, cname, dataset, geography, iaas, platform_service, runtime, service, template, ui-dashboard.
-
-
Field Detail
-
SERVICE
static final java.lang.String SERVICE
service.- See Also:
- Constant Field Values
-
TEMPLATE
static final java.lang.String TEMPLATE
template.- See Also:
- Constant Field Values
-
DASHBOARD
static final java.lang.String DASHBOARD
dashboard.- See Also:
- Constant Field Values
-
-