PrivateSourceScanHost¶
-
class
oci.analytics.models.
PrivateSourceScanHost
(**kwargs)¶ Bases:
object
Private source Scan Hostname model.
Methods
__init__
(**kwargs)Initializes a new PrivateSourceScanHost object with values from keyword arguments. Attributes
description
Gets the description of this PrivateSourceScanHost. scan_hostname
[Required] Gets the scan_hostname of this PrivateSourceScanHost. scan_port
[Required] Gets the scan_port of this PrivateSourceScanHost. -
__init__
(**kwargs)¶ Initializes a new PrivateSourceScanHost object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - scan_hostname (str) – The value to assign to the scan_hostname property of this PrivateSourceScanHost.
- scan_port (int) – The value to assign to the scan_port property of this PrivateSourceScanHost.
- description (str) – The value to assign to the description property of this PrivateSourceScanHost.
-
description
¶ Gets the description of this PrivateSourceScanHost. Description of private source scan host zone.
Returns: The description of this PrivateSourceScanHost. Return type: str
-
scan_hostname
¶ [Required] Gets the scan_hostname of this PrivateSourceScanHost. Private Source Scan hostname. Ex: db01-scan.corp.example.com, prd-db01-scan.mycompany.com.
Returns: The scan_hostname of this PrivateSourceScanHost. Return type: str
-
scan_port
¶ [Required] Gets the scan_port of this PrivateSourceScanHost. Private Source Scan host port. This is the source port where SCAN protocol will get connected (e.g. 1521).
Returns: The scan_port of this PrivateSourceScanHost. Return type: int
-