PrivateAccessChannel¶
-
class
oci.analytics.models.
PrivateAccessChannel
(**kwargs)¶ Bases:
object
Analytics Instance Private Access Channel model.
Methods
__init__
(**kwargs)Initializes a new PrivateAccessChannel object with values from keyword arguments. Attributes
display_name
[Required] Gets the display_name of this PrivateAccessChannel. egress_source_ip_addresses
[Required] Gets the egress_source_ip_addresses of this PrivateAccessChannel. ip_address
[Required] Gets the ip_address of this PrivateAccessChannel. key
[Required] Gets the key of this PrivateAccessChannel. network_security_group_ids
Gets the network_security_group_ids of this PrivateAccessChannel. private_source_dns_zones
Gets the private_source_dns_zones of this PrivateAccessChannel. private_source_scan_hosts
Gets the private_source_scan_hosts of this PrivateAccessChannel. subnet_id
[Required] Gets the subnet_id of this PrivateAccessChannel. vcn_id
[Required] Gets the vcn_id of this PrivateAccessChannel. -
__init__
(**kwargs)¶ Initializes a new PrivateAccessChannel object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this PrivateAccessChannel.
- display_name (str) – The value to assign to the display_name property of this PrivateAccessChannel.
- vcn_id (str) – The value to assign to the vcn_id property of this PrivateAccessChannel.
- subnet_id (str) – The value to assign to the subnet_id property of this PrivateAccessChannel.
- ip_address (str) – The value to assign to the ip_address property of this PrivateAccessChannel.
- egress_source_ip_addresses (list[str]) – The value to assign to the egress_source_ip_addresses property of this PrivateAccessChannel.
- private_source_dns_zones (list[oci.analytics.models.PrivateSourceDnsZone]) – The value to assign to the private_source_dns_zones property of this PrivateAccessChannel.
- private_source_scan_hosts (list[oci.analytics.models.PrivateSourceScanHost]) – The value to assign to the private_source_scan_hosts property of this PrivateAccessChannel.
- network_security_group_ids (list[str]) – The value to assign to the network_security_group_ids property of this PrivateAccessChannel.
-
display_name
¶ [Required] Gets the display_name of this PrivateAccessChannel. Display Name of the Private Access Channel.
Returns: The display_name of this PrivateAccessChannel. Return type: str
-
egress_source_ip_addresses
¶ [Required] Gets the egress_source_ip_addresses of this PrivateAccessChannel. The list of IP addresses from the customer subnet connected to private access channel, used as a source Ip by Private Access Channel for network traffic from the AnalyticsInstance to Private Sources.
Returns: The egress_source_ip_addresses of this PrivateAccessChannel. Return type: list[str]
-
ip_address
¶ [Required] Gets the ip_address of this PrivateAccessChannel. IP Address of the Private Access channel.
Returns: The ip_address of this PrivateAccessChannel. Return type: str
-
key
¶ [Required] Gets the key of this PrivateAccessChannel. Private Access Channel unique identifier key.
Returns: The key of this PrivateAccessChannel. Return type: str
-
network_security_group_ids
¶ Gets the network_security_group_ids of this PrivateAccessChannel. Network Security Group OCIDs for an Analytics instance.
Returns: The network_security_group_ids of this PrivateAccessChannel. Return type: list[str]
-
private_source_dns_zones
¶ Gets the private_source_dns_zones of this PrivateAccessChannel. 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. Min of 1 is required and Max of 30 Private Source DNS zones can be registered.
Returns: The private_source_dns_zones of this PrivateAccessChannel. Return type: list[oci.analytics.models.PrivateSourceDnsZone]
-
private_source_scan_hosts
¶ Gets the private_source_scan_hosts of this PrivateAccessChannel. List of Private Source DB SCAN hosts registered with Private Access Channel for access from Analytics Instance.
Returns: The private_source_scan_hosts of this PrivateAccessChannel. Return type: list[oci.analytics.models.PrivateSourceScanHost]
-
subnet_id
¶ [Required] Gets the subnet_id of this PrivateAccessChannel. OCID of the customer subnet connected to private access channel.
Returns: The subnet_id of this PrivateAccessChannel. Return type: str
-
vcn_id
¶ [Required] Gets the vcn_id of this PrivateAccessChannel. OCID of the customer VCN peered with private access channel.
Returns: The vcn_id of this PrivateAccessChannel. Return type: str
-