Show / Hide Table of Contents

Class Scan

Single Client Access Name (SCAN) is the object with a fully-qualified domain name and a port number.

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

Properties

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

In this article
Back to top