CreatePrivateAccessChannelDetails

class oci.analytics.models.CreatePrivateAccessChannelDetails(**kwargs)

Bases: object

Input payload to create a private access channel.

Methods

__init__(**kwargs) Initializes a new CreatePrivateAccessChannelDetails object with values from keyword arguments.

Attributes

display_name [Required] Gets the display_name of this CreatePrivateAccessChannelDetails.
network_security_group_ids Gets the network_security_group_ids of this CreatePrivateAccessChannelDetails.
private_source_dns_zones [Required] Gets the private_source_dns_zones of this CreatePrivateAccessChannelDetails.
private_source_scan_hosts Gets the private_source_scan_hosts of this CreatePrivateAccessChannelDetails.
subnet_id [Required] Gets the subnet_id of this CreatePrivateAccessChannelDetails.
vcn_id [Required] Gets the vcn_id of this CreatePrivateAccessChannelDetails.
__init__(**kwargs)

Initializes a new CreatePrivateAccessChannelDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this CreatePrivateAccessChannelDetails.
  • vcn_id (str) – The value to assign to the vcn_id property of this CreatePrivateAccessChannelDetails.
  • subnet_id (str) – The value to assign to the subnet_id property of this CreatePrivateAccessChannelDetails.
  • private_source_dns_zones (list[oci.analytics.models.PrivateSourceDnsZone]) – The value to assign to the private_source_dns_zones property of this CreatePrivateAccessChannelDetails.
  • private_source_scan_hosts (list[oci.analytics.models.PrivateSourceScanHost]) – The value to assign to the private_source_scan_hosts property of this CreatePrivateAccessChannelDetails.
  • network_security_group_ids (list[str]) – The value to assign to the network_security_group_ids property of this CreatePrivateAccessChannelDetails.
display_name

[Required] Gets the display_name of this CreatePrivateAccessChannelDetails. Display name of the private access channel.

Returns:The display_name of this CreatePrivateAccessChannelDetails.
Return type:str
network_security_group_ids

Gets the network_security_group_ids of this CreatePrivateAccessChannelDetails. Network Security Group OCIDs for the Analytics instance.

Returns:The network_security_group_ids of this CreatePrivateAccessChannelDetails.
Return type:list[str]
private_source_dns_zones

[Required] Gets the private_source_dns_zones of this CreatePrivateAccessChannelDetails. 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 CreatePrivateAccessChannelDetails.
Return type:list[oci.analytics.models.PrivateSourceDnsZone]
private_source_scan_hosts

Gets the private_source_scan_hosts of this CreatePrivateAccessChannelDetails. 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 CreatePrivateAccessChannelDetails.
Return type:list[oci.analytics.models.PrivateSourceScanHost]
subnet_id

[Required] Gets the subnet_id of this CreatePrivateAccessChannelDetails. OCID of the customer subnet connected to the private access channel.

Returns:The subnet_id of this CreatePrivateAccessChannelDetails.
Return type:str
vcn_id

[Required] Gets the vcn_id of this CreatePrivateAccessChannelDetails. OCID of the customer VCN peered with the private access channel.

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