DrScanDetails

class oci.database.models.DrScanDetails(**kwargs)

Bases: object

The Single Client Access Name (SCAN) details for Disaster recovery network.

Methods

__init__(**kwargs) Initializes a new DrScanDetails object with values from keyword arguments.

Attributes

hostname [Required] Gets the hostname of this DrScanDetails.
ips [Required] Gets the ips of this DrScanDetails.
scan_listener_port_tcp [Required] Gets the scan_listener_port_tcp of this DrScanDetails.
__init__(**kwargs)

Initializes a new DrScanDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • hostname (str) – The value to assign to the hostname property of this DrScanDetails.
  • scan_listener_port_tcp (int) – The value to assign to the scan_listener_port_tcp property of this DrScanDetails.
  • ips (list[str]) – The value to assign to the ips property of this DrScanDetails.
hostname

[Required] Gets the hostname of this DrScanDetails. The Disaster recovery SCAN hostname.

Returns:The hostname of this DrScanDetails.
Return type:str
ips

[Required] Gets the ips of this DrScanDetails. The list of Disaster recovery SCAN IP addresses. Three addresses should be provided.

Returns:The ips of this DrScanDetails.
Return type:list[str]
scan_listener_port_tcp

[Required] Gets the scan_listener_port_tcp of this DrScanDetails. The Disaster recovery SCAN TCPIP port. Default is 1521.

Returns:The scan_listener_port_tcp of this DrScanDetails.
Return type:int