Class PrivateSourceScanHost
Private source SCAN hostname model.
Inherited Members
Namespace: Oci.AnalyticsService.Models
Assembly: OCI.DotNetSDK.Analytics.dll
Syntax
public class PrivateSourceScanHost
Properties
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Description of private source SCAN host zone. |
ScanHostname
Declaration
[Required(ErrorMessage = "ScanHostname is required.")]
[JsonProperty(PropertyName = "scanHostname")]
public string ScanHostname { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Private source SCAN hostname. For Example: db01-scan.corp.example.com, prd-db01-scan.mycompany.com. |
Remarks
Required
ScanPort
Declaration
[Required(ErrorMessage = "ScanPort is required.")]
[JsonProperty(PropertyName = "scanPort")]
public int? ScanPort { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Private source SCAN host port. This is the source port where the SCAN protocol connects (for example, 1521). |
Remarks
Required