UpdatePrivateAccessChannelDetails¶
-
class
oci.analytics.models.
UpdatePrivateAccessChannelDetails
(**kwargs)¶ Bases:
object
Input payload to update a Private Access Channel.
Methods
__init__
(**kwargs)Initializes a new UpdatePrivateAccessChannelDetails object with values from keyword arguments. Attributes
display_name
Gets the display_name of this UpdatePrivateAccessChannelDetails. network_security_group_ids
Gets the network_security_group_ids of this UpdatePrivateAccessChannelDetails. private_source_dns_zones
Gets the private_source_dns_zones of this UpdatePrivateAccessChannelDetails. private_source_scan_hosts
Gets the private_source_scan_hosts of this UpdatePrivateAccessChannelDetails. subnet_id
Gets the subnet_id of this UpdatePrivateAccessChannelDetails. vcn_id
Gets 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 an 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 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 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 DB SCAN hosts registered with Private Access Channel for access from 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 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 private access channel.
Returns: The vcn_id of this UpdatePrivateAccessChannelDetails. Return type: str
-