Uses of Class
com.morpheusdata.model.NetworkDomainRecord
Packages that use NetworkDomainRecord
-
Uses of NetworkDomainRecord in com.morpheusdata.core.network
Methods in com.morpheusdata.core.network that return types with arguments of type NetworkDomainRecordModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<NetworkDomainRecord>MorpheusNetworkDomainRecordService.findByNetworkDomainAndServerId(NetworkDomainIdentityProjection domainMatch, Long serverId) Deprecated.io.reactivex.rxjava3.core.Single<NetworkDomainRecord>MorpheusNetworkDomainRecordService.findByNetworkDomainAndWorkloadId(NetworkDomainIdentityProjection domainMatch, Long workloadId) Deprecated.Method parameters in com.morpheusdata.core.network with type arguments of type NetworkDomainRecordModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusNetworkDomainRecordService.create(NetworkDomainIdentityProjection domain, List<NetworkDomainRecord> addList) Creates new Network Domain Records from cache / sync implementations This ensures the owner of the zone record is correct upon creation.io.reactivex.rxjava3.core.Single<Boolean>MorpheusNetworkDomainRecordService.save(List<NetworkDomainRecord> domainRecords) Deprecated. -
Uses of NetworkDomainRecord in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type NetworkDomainRecordModifier and TypeMethodDescriptionDNSProvider.createRecord(AccountIntegration integration, NetworkDomainRecord record, Map opts) Creates a manually allocated DNS Record of the specified record type on the passedNetworkDomainRecordobject.DNSProvider.deleteRecord(AccountIntegration integration, NetworkDomainRecord record, Map opts) Deletes a Zone Record that is specified on the Morpheus side with the target integration endpoint.
MorpheusDataService.bulkSave(java.util.List<M>)instead