Class VmwareTopologyProvider

    • Field Detail

      • TOPOLOGY_NAMESPACE_VMWARE

        public static final java.lang.String TOPOLOGY_NAMESPACE_VMWARE
        See Also:
        Constant Field Values
      • METADATA_CONTEXT

        public static final java.lang.String METADATA_CONTEXT
        See Also:
        Constant Field Values
      • METADATA_MANAGEMENT_SERVER

        public static final java.lang.String METADATA_MANAGEMENT_SERVER
        See Also:
        Constant Field Values
      • METADATA_MANAGED_ENTITY_TYPE

        public static final java.lang.String METADATA_MANAGED_ENTITY_TYPE
        See Also:
        Constant Field Values
      • METADATA_MANAGED_OBJECT_ID

        public static final java.lang.String METADATA_MANAGED_OBJECT_ID
        See Also:
        Constant Field Values
      • METADATA_TOPOLOGY_INFO

        public static final java.lang.String METADATA_TOPOLOGY_INFO
        See Also:
        Constant Field Values
    • Constructor Detail

      • VmwareTopologyProvider

        public VmwareTopologyProvider​(NodeDao nodeDao,
                                      IpInterfaceDao ipInterfaceDao)
    • Method Detail

      • getDefaults

        public Defaults getDefaults()
      • contributesTo

        public boolean contributesTo​(ContentType type)
        Description copied from interface: SelectionAware
        Allows the GraphProvider to define if it contributes to a certain ContentType. If false it is not shown in the browsers tab at all
        Parameters:
        type - The type to check if this contribute to
        Returns:
        true if this contributes to the provided type
      • getManagementServer

        public static java.lang.String getManagementServer​(OnmsNode node)
      • getManagedObjectId

        public static java.lang.String getManagedObjectId​(OnmsNode node)
      • getManagedEntityType

        public static java.lang.String getManagedEntityType​(OnmsNode node)
      • getState

        public static java.lang.String getState​(OnmsNode node)
      • getTopologyInfo

        public static java.lang.String getTopologyInfo​(OnmsNode node)