Class ScanListenerInfo
Customer's Real Application Cluster (RAC)'s SCAN listener FQDN, port or list IPs and their ports.
Inherited Members
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. |