Package | Description |
---|---|
com.oracle.bmc.vulnerabilityscanning.model |
Modifier and Type | Method and Description |
---|---|
static VendorType |
VendorType.create(String key) |
VendorType |
HostScanTargetErrorSummary.getVendor()
Vendor which was used for the host scan agent.
|
VendorType |
HostAgentScanResultSummary.getVendor()
Vendor which was used for this host scan agent.
|
VendorType |
HostAgentScanResult.getVendor()
Vendor which was used for this host scan agent.
|
VendorType |
HostScanAgentConfiguration.getVendorType()
Vendor to use for the host scan agent.
|
static VendorType |
VendorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VendorType[] |
VendorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HostScanTargetErrorSummary.Builder |
HostScanTargetErrorSummary.Builder.vendor(VendorType vendor)
Vendor which was used for the host scan agent.
|
HostAgentScanResultSummary.Builder |
HostAgentScanResultSummary.Builder.vendor(VendorType vendor)
Vendor which was used for this host scan agent.
|
HostAgentScanResult.Builder |
HostAgentScanResult.Builder.vendor(VendorType vendor)
Vendor which was used for this host scan agent.
|
HostScanAgentConfigurationOCI.Builder |
HostScanAgentConfigurationOCI.Builder.vendorType(VendorType vendorType) |
HostScanAgentConfigurationQualys.Builder |
HostScanAgentConfigurationQualys.Builder.vendorType(VendorType vendorType) |
Constructor and Description |
---|
HostAgentScanResult(String id,
String displayName,
String instanceId,
String compartmentId,
ScanResultProblemSeverity highestProblemSeverity,
String operatingSystem,
String kernelVersion,
Integer problemCount,
Date timeStarted,
Date timeFinished,
List<HostAgentScanResultProblem> problems,
LifecycleState lifecycleState,
VendorType vendor)
Deprecated.
|
HostAgentScanResultSummary(String id,
String displayName,
String instanceId,
String compartmentId,
ScanResultProblemSeverity highestProblemSeverity,
String operatingSystem,
Integer problemCount,
Date timeStarted,
Date timeFinished,
LifecycleState lifecycleState,
VendorType vendor)
Deprecated.
|
HostScanAgentConfiguration(VendorType vendorType)
Deprecated.
|
HostScanAgentConfigurationOCI(VendorType vendorType,
HostCisBenchmarkSettings cisBenchmarkSettings,
HostEndpointProtectionSettings endpointProtectionSettings)
Deprecated.
|
HostScanAgentConfigurationQualys(VendorType vendorType,
String vaultSecretId,
Boolean shouldUnInstall)
Deprecated.
|
HostScanTargetErrorSummary(VendorType vendor,
String task,
String message,
String errorCode,
String instanceId,
LifecycleState lifecycleState,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.