ScanListenerInfo¶
-
class
oci.oda.models.
ScanListenerInfo
(**kwargs)¶ Bases:
object
Customer’s Real Application Cluster (RAC)’s SCAN listener FQDN, port or list IPs and their ports.
Methods
__init__
(**kwargs)Initializes a new ScanListenerInfo object with values from keyword arguments. Attributes
scan_listener_fqdn
Gets the scan_listener_fqdn of this ScanListenerInfo. scan_listener_ip
Gets the scan_listener_ip of this ScanListenerInfo. scan_listener_port
Gets the scan_listener_port of this ScanListenerInfo. -
__init__
(**kwargs)¶ Initializes a new ScanListenerInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - scan_listener_fqdn (str) – The value to assign to the scan_listener_fqdn property of this ScanListenerInfo.
- scan_listener_ip (str) – The value to assign to the scan_listener_ip property of this ScanListenerInfo.
- scan_listener_port (int) – The value to assign to the scan_listener_port property of this ScanListenerInfo.
-
scan_listener_fqdn
¶ Gets the scan_listener_fqdn of this ScanListenerInfo. FQDN of the customer’s Real Application Cluster (RAC)’s SCAN listeners.
Returns: The scan_listener_fqdn of this ScanListenerInfo. Return type: str
-
scan_listener_ip
¶ Gets the scan_listener_ip of this ScanListenerInfo. A SCAN listener’s IP of the customer’s Real Application Cluster (RAC).
Returns: The scan_listener_ip of this ScanListenerInfo. Return type: str
-
scan_listener_port
¶ Gets the scan_listener_port of this ScanListenerInfo. The port that customer’s Real Application Cluster (RAC)’s SCAN listeners are listening on.
Returns: The scan_listener_port of this ScanListenerInfo. Return type: int
-