Scan¶
- 
class oci.data_flow.models.Scan(**kwargs)¶
- Bases: - object- Single Client Access Name (SCAN) is the object with a fully-qualified domain name and a port number. - Methods - __init__(**kwargs)- Initializes a new Scan object with values from keyword arguments. - Attributes - fqdn- Gets the fqdn of this Scan. - port- Gets the port of this Scan. - 
__init__(**kwargs)¶
- Initializes a new Scan object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - fqdn (str) – The value to assign to the fqdn property of this Scan.
- port (str) – The value to assign to the port property of this Scan.
 
 - 
fqdn¶
- Gets the fqdn of this Scan. A fully-qualified domain name (FQDN). - Returns: - The fqdn of this Scan. - Return type: - str 
 - 
port¶
- Gets the port of this Scan. The port number of the FQDN - Returns: - The port of this Scan. - Return type: - str 
 
-