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 PrivateSourceDnsZone
PrivateSourceDnsZone.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 Private Access Channel, where datasource hostnames from these dns zones / domains will be resolved in the peered VCN for access from Analytics Instance.List<PrivateSourceDnsZone>
PrivateAccessChannel. getPrivateSourceDnsZones()
List of Private Source DNS zones registered with Private Access Channel, where datasource hostnames from these dns zones / domains will be resolved in the peered VCN for access from Analytics Instance.List<PrivateSourceDnsZone>
UpdatePrivateAccessChannelDetails. getPrivateSourceDnsZones()
List of Private Source DNS zones registered with Private Access Channel, where datasource hostnames from these dns zones / domains will be resolved in the peered VCN for access from Analytics Instance.Methods in com.oracle.bmc.analytics.model with parameters of type PrivateSourceDnsZone Modifier and Type Method Description PrivateSourceDnsZone.Builder
PrivateSourceDnsZone.Builder. copy(PrivateSourceDnsZone model)
Method parameters in com.oracle.bmc.analytics.model with type arguments of type PrivateSourceDnsZone Modifier and Type Method Description CreatePrivateAccessChannelDetails.Builder
CreatePrivateAccessChannelDetails.Builder. privateSourceDnsZones(List<PrivateSourceDnsZone> privateSourceDnsZones)
List of Private Source DNS zones registered with Private Access Channel, where datasource hostnames from these dns zones / domains will be resolved in the peered VCN for access from Analytics Instance.PrivateAccessChannel.Builder
PrivateAccessChannel.Builder. privateSourceDnsZones(List<PrivateSourceDnsZone> privateSourceDnsZones)
List of Private Source DNS zones registered with Private Access Channel, where datasource hostnames from these dns zones / domains will be resolved in the peered VCN for access from Analytics Instance.UpdatePrivateAccessChannelDetails.Builder
UpdatePrivateAccessChannelDetails.Builder. privateSourceDnsZones(List<PrivateSourceDnsZone> privateSourceDnsZones)
List of Private Source DNS zones registered with Private Access Channel, where datasource hostnames from these dns zones / domains will be resolved in the peered VCN for access from Analytics Instance.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.
-