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. List of IP addresses from the customer subnet connected to the private access channel, used as a source IP by the private access channel for network traffic from the Analytics instance to the 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 the 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 the private access channel. The

datasource hostnames from these DNS zones / domains will be resolved in the peered VCN for access from the Analytics instance.

Minimum 1 private source is required. Maximum 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 database SCAN hosts registered with the private access channel for access from the 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 the 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 the private access channel.

Returns:The vcn_id of this PrivateAccessChannel.
Return type:str