Interface MorpheusSynchronousNetworkDomainService
- All Superinterfaces:
MorpheusSynchronousDataService<NetworkDomain,
NetworkDomain>
public interface MorpheusSynchronousNetworkDomainService
extends MorpheusSynchronousDataService<NetworkDomain,NetworkDomain>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the context for interacting withNetworkDomainRecord
objectsMethods inherited from interface com.morpheusdata.core.MorpheusSynchronousDataService
bulkCreate, bulkRemove, bulkSave, count, create, create, find, get, getDataService, list, listById, listOptions, remove, remove, save, save, search
-
Method Details
-
getRecord
MorpheusSynchronousNetworkDomainRecordService getRecord()Returns the context for interacting withNetworkDomainRecord
objects- Returns:
- the domain record context for DNS Sync and management
-