Package | Description |
---|---|
com.oracle.bmc.analytics.model |
Modifier and Type | Method and Description |
---|---|
PrivateSourceDnsZone |
PrivateSourceDnsZone.Builder.build() |
Modifier and Type | Method and Description |
---|---|
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> |
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> |
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.
|
Modifier and Type | Method and Description |
---|---|
PrivateSourceDnsZone.Builder |
PrivateSourceDnsZone.Builder.copy(PrivateSourceDnsZone model) |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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 and Description |
---|
CreatePrivateAccessChannelDetails(String displayName,
String vcnId,
String subnetId,
List<PrivateSourceDnsZone> privateSourceDnsZones,
List<PrivateSourceScanHost> privateSourceScanHosts,
List<String> networkSecurityGroupIds)
Deprecated.
|
PrivateAccessChannel(String key,
String displayName,
String vcnId,
String subnetId,
String ipAddress,
List<String> egressSourceIpAddresses,
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.
|
Copyright © 2016–2024. All rights reserved.