CreateOdaPrivateEndpointScanProxyDetails¶
- 
class oci.oda.models.CreateOdaPrivateEndpointScanProxyDetails(**kwargs)¶
- Bases: - object- Properties that are required to create an ODA Private Endpoint Scan Proxy. - Methods - __init__(**kwargs)- Initializes a new CreateOdaPrivateEndpointScanProxyDetails object with values from keyword arguments. - Attributes - protocol- [Required] Gets the protocol of this CreateOdaPrivateEndpointScanProxyDetails. - scan_listener_infos- [Required] Gets the scan_listener_infos of this CreateOdaPrivateEndpointScanProxyDetails. - scan_listener_type- [Required] Gets the scan_listener_type of this CreateOdaPrivateEndpointScanProxyDetails. - 
__init__(**kwargs)¶
- Initializes a new CreateOdaPrivateEndpointScanProxyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - scan_listener_type (str) – The value to assign to the scan_listener_type property of this CreateOdaPrivateEndpointScanProxyDetails.
- protocol (str) – The value to assign to the protocol property of this CreateOdaPrivateEndpointScanProxyDetails.
- scan_listener_infos (list[oci.oda.models.ScanListenerInfo]) – The value to assign to the scan_listener_infos property of this CreateOdaPrivateEndpointScanProxyDetails.
 
 - 
protocol¶
- [Required] Gets the protocol of this CreateOdaPrivateEndpointScanProxyDetails. The protocol used for communication between client, scanProxy and RAC’s scan listeners - Returns: - The protocol of this CreateOdaPrivateEndpointScanProxyDetails. - Return type: - str 
 - 
scan_listener_infos¶
- [Required] Gets the scan_listener_infos of this CreateOdaPrivateEndpointScanProxyDetails. The FQDN/IPs and port information of customer’s Real Application Cluster (RAC)’s SCAN listeners. - Returns: - The scan_listener_infos of this CreateOdaPrivateEndpointScanProxyDetails. - Return type: - list[oci.oda.models.ScanListenerInfo] 
 - 
scan_listener_type¶
- [Required] Gets the scan_listener_type of this CreateOdaPrivateEndpointScanProxyDetails. Type indicating whether Scan listener is specified by its FQDN or list of IPs - Returns: - The scan_listener_type of this CreateOdaPrivateEndpointScanProxyDetails. - Return type: - str 
 
-