CloudClusterScanListenerConfiguration¶
-
class
oci.database_management.models.CloudClusterScanListenerConfiguration(**kwargs)¶ Bases:
objectThe details of a SCAN listener in a cloud cluster.
Attributes
SCAN_PROTOCOL_TCPA constant which can be used with the scan_protocol property of a CloudClusterScanListenerConfiguration. SCAN_PROTOCOL_TCPSA constant which can be used with the scan_protocol property of a CloudClusterScanListenerConfiguration. network_numberGets the network_number of this CloudClusterScanListenerConfiguration. scan_nameGets the scan_name of this CloudClusterScanListenerConfiguration. scan_portGets the scan_port of this CloudClusterScanListenerConfiguration. scan_protocolGets the scan_protocol of this CloudClusterScanListenerConfiguration. Methods
__init__(**kwargs)Initializes a new CloudClusterScanListenerConfiguration object with values from keyword arguments. -
SCAN_PROTOCOL_TCP= 'TCP'¶ A constant which can be used with the scan_protocol property of a CloudClusterScanListenerConfiguration. This constant has a value of “TCP”
-
SCAN_PROTOCOL_TCPS= 'TCPS'¶ A constant which can be used with the scan_protocol property of a CloudClusterScanListenerConfiguration. This constant has a value of “TCPS”
-
__init__(**kwargs)¶ Initializes a new CloudClusterScanListenerConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - scan_name (str) – The value to assign to the scan_name property of this CloudClusterScanListenerConfiguration.
- network_number (int) – The value to assign to the network_number property of this CloudClusterScanListenerConfiguration.
- scan_port (int) – The value to assign to the scan_port property of this CloudClusterScanListenerConfiguration.
- scan_protocol (str) – The value to assign to the scan_protocol property of this CloudClusterScanListenerConfiguration. Allowed values for this property are: “TCP”, “TCPS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
network_number¶ Gets the network_number of this CloudClusterScanListenerConfiguration. The network number from which SCAN VIPs are obtained.
Returns: The network_number of this CloudClusterScanListenerConfiguration. Return type: int
-
scan_name¶ Gets the scan_name of this CloudClusterScanListenerConfiguration. The name of the SCAN listener.
Returns: The scan_name of this CloudClusterScanListenerConfiguration. Return type: str
-
scan_port¶ Gets the scan_port of this CloudClusterScanListenerConfiguration. The port number of the SCAN listener.
Returns: The scan_port of this CloudClusterScanListenerConfiguration. Return type: int
-
scan_protocol¶ Gets the scan_protocol of this CloudClusterScanListenerConfiguration. The protocol of the SCAN listener.
Allowed values for this property are: “TCP”, “TCPS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The scan_protocol of this CloudClusterScanListenerConfiguration. Return type: str
-