Show / Hide Table of Contents

Class ScanListenerInfo

Customer's Real Application Cluster (RAC)'s SCAN listener FQDN, port or list IPs and their ports.

Inheritance
object
ScanListenerInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OdaService.Models
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class ScanListenerInfo

Properties

ScanListenerFqdn

Declaration
[JsonProperty(PropertyName = "scanListenerFqdn")]
public string ScanListenerFqdn { get; set; }
Property Value
Type Description
string

FQDN of the customer's Real Application Cluster (RAC)'s SCAN listeners.

ScanListenerIp

Declaration
[JsonProperty(PropertyName = "scanListenerIp")]
public string ScanListenerIp { get; set; }
Property Value
Type Description
string

A SCAN listener's IP of the customer's Real Application Cluster (RAC).

ScanListenerPort

Declaration
[JsonProperty(PropertyName = "scanListenerPort")]
public int? ScanListenerPort { get; set; }
Property Value
Type Description
int?

The port that customer's Real Application Cluster (RAC)'s SCAN listeners are listening on.

In this article
Back to top