Interface TopologyProvider
-
public interface TopologyProvider
All known topology providers. This is an interface and not an enum, as the GraphMLTopologyProvider defines its own label (there can be multiple).
-
-
Field Summary
Fields Modifier and Type Field Description static TopologyProvider
APPLICATION
static TopologyProvider
BUSINESS_SERVICE
static TopologyProvider
ENLINKD
static TopologyProvider
PATH_OUTAGE
static TopologyProvider
VMWARE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLabel()
-
-
-
Field Detail
-
APPLICATION
static final TopologyProvider APPLICATION
-
BUSINESS_SERVICE
static final TopologyProvider BUSINESS_SERVICE
-
VMWARE
static final TopologyProvider VMWARE
-
ENLINKD
static final TopologyProvider ENLINKD
-
PATH_OUTAGE
static final TopologyProvider PATH_OUTAGE
-
-
Method Detail
-
getLabel
String getLabel()
-
-