public static class PrivateSourceScanHost.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PrivateSourceScanHost |
build() |
PrivateSourceScanHost.Builder |
copy(PrivateSourceScanHost model) |
PrivateSourceScanHost.Builder |
description(String description)
Description of private source scan host zone.
|
PrivateSourceScanHost.Builder |
scanHostname(String scanHostname)
Private Source Scan hostname.
|
PrivateSourceScanHost.Builder |
scanPort(Integer scanPort)
Private Source Scan host port.
|
public PrivateSourceScanHost.Builder scanHostname(String scanHostname)
Private Source Scan hostname. Ex: db01-scan.corp.example.com, prd-db01-scan.mycompany.com.
scanHostname
- the value to setpublic PrivateSourceScanHost.Builder scanPort(Integer scanPort)
Private Source Scan host port. This is the source port where SCAN protocol will get connected (e.g. 1521).
scanPort
- the value to setpublic PrivateSourceScanHost.Builder description(String description)
Description of private source scan host zone.
description
- the value to setpublic PrivateSourceScanHost build()
public PrivateSourceScanHost.Builder copy(PrivateSourceScanHost model)
Copyright © 2016–2024. All rights reserved.