public static class HostScanAgentConfigurationQualys.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HostScanAgentConfigurationQualys |
build() |
HostScanAgentConfigurationQualys.Builder |
copy(HostScanAgentConfigurationQualys model) |
HostScanAgentConfigurationQualys.Builder |
shouldUnInstall(Boolean shouldUnInstall)
Boolean flag letting agent know if it should un-install the Qualys agent when it is
stopped.
|
HostScanAgentConfigurationQualys.Builder |
vaultSecretId(String vaultSecretId)
Vault secret OCID which stores license information.
|
HostScanAgentConfigurationQualys.Builder |
vendorType(VendorType vendorType) |
public HostScanAgentConfigurationQualys.Builder vendorType(VendorType vendorType)
public HostScanAgentConfigurationQualys.Builder vaultSecretId(String vaultSecretId)
Vault secret OCID which stores license information. Content inside this secret in vault would be base64 string containing information about customer’s Qualys susbcription license.
vaultSecretId
- the value to setpublic HostScanAgentConfigurationQualys.Builder shouldUnInstall(Boolean shouldUnInstall)
Boolean flag letting agent know if it should un-install the Qualys agent when it is stopped.
shouldUnInstall
- the value to setpublic HostScanAgentConfigurationQualys build()
public HostScanAgentConfigurationQualys.Builder copy(HostScanAgentConfigurationQualys model)
Copyright © 2016–2024. All rights reserved.