Uses of Class
com.morpheusdata.model.projection.NetworkDomainIdentityProjection
Packages that use NetworkDomainIdentityProjection
-
Uses of NetworkDomainIdentityProjection in com.morpheusdata.core.network
Methods in com.morpheusdata.core.network that return types with arguments of type NetworkDomainIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<NetworkDomainIdentityProjection>MorpheusNetworkDomainService.listIdentityProjections(Long accountIntegrationId) Lists all network domain projection objects for a specified integration id.io.reactivex.rxjava3.core.Observable<NetworkDomainIdentityProjection>MorpheusNetworkDomainService.listIdentityProjections(Long accountIntegrationId, String region) Lists all network domain projection objects for a specified integration id and region.Methods in com.morpheusdata.core.network with parameters of type NetworkDomainIdentityProjectionModifier 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<NetworkDomainRecord>MorpheusNetworkDomainRecordService.findByNetworkDomainAndServerId(NetworkDomainIdentityProjection domainMatch, Long serverId) Deprecated.io.reactivex.rxjava3.core.Single<NetworkDomainRecord>MorpheusNetworkDomainRecordService.findByNetworkDomainAndWorkloadId(NetworkDomainIdentityProjection domainMatch, Long workloadId) Deprecated.io.reactivex.rxjava3.core.Observable<NetworkDomainRecordIdentityProjection>MorpheusNetworkDomainRecordService.listIdentityProjections(NetworkDomainIdentityProjection networkDomain, String recordType) Lists all network domain record projection objects for a specified integration id.io.reactivex.rxjava3.core.Single<Boolean>MorpheusNetworkDomainRecordService.remove(NetworkDomainIdentityProjection domain, NetworkDomainRecordIdentityProjection removeRecord) Removes aNetworkDomainRecordobject from a DNS Domain.io.reactivex.rxjava3.core.Single<Boolean>MorpheusNetworkDomainRecordService.remove(NetworkDomainIdentityProjection domain, List<NetworkDomainRecordIdentityProjection> removeList) RemovesNetworkDomainRecordobjects from a DNS Domain in bulk.Method parameters in com.morpheusdata.core.network with type arguments of type NetworkDomainIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusNetworkDomainService.remove(Long integrationId, List<NetworkDomainIdentityProjection> removeList) Removes Missing Network Domains on the Morpheus side. -
Uses of NetworkDomainIdentityProjection in com.morpheusdata.model
Subclasses of NetworkDomainIdentityProjection in com.morpheusdata.modelModifier and TypeClassDescriptionclassThis is a Model Representation of a Network Domain.