Package com.morpheusdata.core.network
Interface MorpheusNetworkSwitchService
- All Superinterfaces:
MorpheusDataQueryService<NetworkSwitch>
,MorpheusDataService<NetworkSwitch,
,NetworkSwitchIdentityProjection> MorpheusIdentityService<NetworkSwitchIdentityProjection>
public interface MorpheusNetworkSwitchService
extends MorpheusDataService<NetworkSwitch,NetworkSwitchIdentityProjection>, MorpheusIdentityService<NetworkSwitchIdentityProjection>
Morpheus Context as it relates to network switch related operations. This context contains methods for querying switches, creating,
updating and deleting switches. Typically this class is accessed via the
MorpheusNetworkServerService
.- Since:
- 1.2.6
-
Method Summary
Methods inherited from interface com.morpheusdata.core.MorpheusDataQueryService
count, find, get, list, list, listById, listOptions, listOptions, search
Methods inherited from interface com.morpheusdata.core.MorpheusDataService
bulkCreate, bulkRemove, bulkSave, create, create, remove, remove, save, save
Methods inherited from interface com.morpheusdata.core.MorpheusIdentityService
getIdentityProperties, listIdentityProjections
-
Method Details
-
getType
MorpheusNetworkSwitchTypeService getType()
-