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 an 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 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 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 DB SCAN hosts registered with Private Access Channel for access from 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 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 private access channel.

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