Uses of Class
com.oracle.bmc.analytics.model.PrivateSourceDnsZone
-
Packages that use PrivateSourceDnsZone Package Description com.oracle.bmc.analytics.model -
-
Uses of PrivateSourceDnsZone in com.oracle.bmc.analytics.model
Methods in com.oracle.bmc.analytics.model that return PrivateSourceDnsZone Modifier and Type Method Description PrivateSourceDnsZonePrivateSourceDnsZone.Builder. build()Methods in com.oracle.bmc.analytics.model that return types with arguments of type PrivateSourceDnsZone Modifier and Type Method Description List<PrivateSourceDnsZone>CreatePrivateAccessChannelDetails. getPrivateSourceDnsZones()List of private source DNS zones registered with the private access channel.List<PrivateSourceDnsZone>PrivateAccessChannel. getPrivateSourceDnsZones()List of private source DNS zones registered with the private access channel.List<PrivateSourceDnsZone>UpdatePrivateAccessChannelDetails. getPrivateSourceDnsZones()List of private source DNS zones registered with the private access channel.Methods in com.oracle.bmc.analytics.model with parameters of type PrivateSourceDnsZone Modifier and Type Method Description PrivateSourceDnsZone.BuilderPrivateSourceDnsZone.Builder. copy(PrivateSourceDnsZone model)Method parameters in com.oracle.bmc.analytics.model with type arguments of type PrivateSourceDnsZone Modifier and Type Method Description CreatePrivateAccessChannelDetails.BuilderCreatePrivateAccessChannelDetails.Builder. privateSourceDnsZones(List<PrivateSourceDnsZone> privateSourceDnsZones)List of private source DNS zones registered with the private access channel.PrivateAccessChannel.BuilderPrivateAccessChannel.Builder. privateSourceDnsZones(List<PrivateSourceDnsZone> privateSourceDnsZones)List of private source DNS zones registered with the private access channel.UpdatePrivateAccessChannelDetails.BuilderUpdatePrivateAccessChannelDetails.Builder. privateSourceDnsZones(List<PrivateSourceDnsZone> privateSourceDnsZones)List of private source DNS zones registered with the private access channel.Constructor parameters in com.oracle.bmc.analytics.model with type arguments of type PrivateSourceDnsZone Constructor Description CreatePrivateAccessChannelDetails(String displayName, String vcnId, String subnetId, List<PrivateSourceDnsZone> privateSourceDnsZones, List<PrivateSourceScanHost> privateSourceScanHosts, List<String> networkSecurityGroupIds)Deprecated.UpdatePrivateAccessChannelDetails(String displayName, String vcnId, String subnetId, List<PrivateSourceDnsZone> privateSourceDnsZones, List<PrivateSourceScanHost> privateSourceScanHosts, List<String> networkSecurityGroupIds)Deprecated.
-