Class Scan
Single Client Access Name (SCAN) is the object with a fully-qualified domain name and a port number.
Inherited Members
Namespace: Oci.DataflowService.Models
Assembly: OCI.DotNetSDK.Dataflow.dll
Syntax
public class ScanProperties
Fqdn
Declaration
[JsonProperty(PropertyName = "fqdn")]
public string Fqdn { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A fully-qualified domain name (FQDN). | 
Port
Declaration
[JsonProperty(PropertyName = "port")]
public string Port { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The port number of the FQDN |