Interface DeviceType
- All Known Implementing Classes:
DeviceTypeWrapper
public interface DeviceType
DeviceType interface.
- Version:
- $Id: $Id
- Author:
- ianjones
-
Method Summary
Modifier and TypeMethodDescriptiongetAvailableMetros.getCategory.getClusterDefaultInterfaceCount.getClusterMaxInterfaceCount.getDefaultInterfaceCount.getDescription.getDeviceManagementTypes.getDeviceTypeCode.getMaxInterfaceCount.getName()getName.getSoftwarePackages.getVendor.
-
Method Details
-
getDeviceTypeCode
-
getName
-
getDescription
-
getVendor
-
getCategory
-
getMaxInterfaceCount
-
getDefaultInterfaceCount
-
getClusterMaxInterfaceCount
-
getClusterDefaultInterfaceCount
-
getAvailableMetros
-
getSoftwarePackages
-
getDeviceManagementTypes
DeviceManagementTypes getDeviceManagementTypes()getDeviceManagementTypes.
- Returns:
- a
DeviceManagementTypesobject.
-