UpdatePrivateAccessChannelDetails¶
-
class
oci.analytics.models.UpdatePrivateAccessChannelDetails(**kwargs)¶ Bases:
objectInput payload to update a private access channel.
Methods
__init__(**kwargs)Initializes a new UpdatePrivateAccessChannelDetails object with values from keyword arguments. Attributes
display_nameGets the display_name of this UpdatePrivateAccessChannelDetails. network_security_group_idsGets the network_security_group_ids of this UpdatePrivateAccessChannelDetails. private_source_dns_zonesGets the private_source_dns_zones of this UpdatePrivateAccessChannelDetails. private_source_scan_hostsGets the private_source_scan_hosts of this UpdatePrivateAccessChannelDetails. subnet_idGets the subnet_id of this UpdatePrivateAccessChannelDetails. vcn_idGets the vcn_id of this UpdatePrivateAccessChannelDetails. -
__init__(**kwargs)¶ Initializes a new UpdatePrivateAccessChannelDetails 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 UpdatePrivateAccessChannelDetails.
- vcn_id (str) – The value to assign to the vcn_id property of this UpdatePrivateAccessChannelDetails.
- subnet_id (str) – The value to assign to the subnet_id property of this UpdatePrivateAccessChannelDetails.
- private_source_dns_zones (list[oci.analytics.models.PrivateSourceDnsZone]) – The value to assign to the private_source_dns_zones property of this UpdatePrivateAccessChannelDetails.
- private_source_scan_hosts (list[oci.analytics.models.PrivateSourceScanHost]) – The value to assign to the private_source_scan_hosts property of this UpdatePrivateAccessChannelDetails.
- network_security_group_ids (list[str]) – The value to assign to the network_security_group_ids property of this UpdatePrivateAccessChannelDetails.
-
display_name¶ Gets the display_name of this UpdatePrivateAccessChannelDetails. Display name of the private access channel.
Returns: The display_name of this UpdatePrivateAccessChannelDetails. Return type: str
-
network_security_group_ids¶ Gets the network_security_group_ids of this UpdatePrivateAccessChannelDetails. Network Security Group OCIDs for the Analytics instance.
Returns: The network_security_group_ids of this UpdatePrivateAccessChannelDetails. Return type: list[str]
-
private_source_dns_zones¶ Gets the private_source_dns_zones of this UpdatePrivateAccessChannelDetails. 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 UpdatePrivateAccessChannelDetails. Return type: list[oci.analytics.models.PrivateSourceDnsZone]
-
private_source_scan_hosts¶ Gets the private_source_scan_hosts of this UpdatePrivateAccessChannelDetails. 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 UpdatePrivateAccessChannelDetails. Return type: list[oci.analytics.models.PrivateSourceScanHost]
-
subnet_id¶ Gets the subnet_id of this UpdatePrivateAccessChannelDetails. OCID of the customer subnet connected to the private access channel.
Returns: The subnet_id of this UpdatePrivateAccessChannelDetails. Return type: str
-
vcn_id¶ Gets the vcn_id of this UpdatePrivateAccessChannelDetails. OCID of the customer VCN peered with the private access channel.
Returns: The vcn_id of this UpdatePrivateAccessChannelDetails. Return type: str
-