Interface MorpheusNetworkDomainRecordService

All Superinterfaces:
MorpheusDataService<NetworkDomainRecord,NetworkDomainRecordIdentityProjection>, MorpheusIdentityService<NetworkDomainRecordIdentityProjection>

This Context deals with interactions related to NetworkDomainRecord objects. It can normally be accessed via the primary MorpheusContext via the MorpheusNetworkService and finally via the MorpheusNetworkDomainService traversal. Network Domain Records are Zone Records entities within a DNS Zone. These are create/destroyed based on provisioning integrations as well as syncing with DNS Integration types.

Examples:


 morpheusContext.getNetwork().getDomain().getRecord()
 
Since:
0.8.0
See Also: