Uses of Class
com.oracle.bmc.vulnerabilityscanning.model.VendorType
-
Packages that use VendorType Package Description com.oracle.bmc.vulnerabilityscanning.model -
-
Uses of VendorType in com.oracle.bmc.vulnerabilityscanning.model
Methods in com.oracle.bmc.vulnerabilityscanning.model that return VendorType Modifier and Type Method Description static VendorType
VendorType. create(String key)
VendorType
HostAgentScanResult. getVendor()
Vendor which was used for this host scan agent.VendorType
HostAgentScanResultSummary. getVendor()
Vendor which was used for this host scan agent.VendorType
HostScanTargetErrorSummary. getVendor()
Vendor which was used for the 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.Methods in com.oracle.bmc.vulnerabilityscanning.model with parameters of type VendorType Modifier and Type Method Description HostAgentScanResult.Builder
HostAgentScanResult.Builder. vendor(VendorType vendor)
Vendor which was used for this host scan agent.HostAgentScanResultSummary.Builder
HostAgentScanResultSummary.Builder. vendor(VendorType vendor)
Vendor which was used for this host scan agent.HostScanTargetErrorSummary.Builder
HostScanTargetErrorSummary.Builder. vendor(VendorType vendor)
Vendor which was used for the host scan agent.HostScanAgentConfigurationOCI.Builder
HostScanAgentConfigurationOCI.Builder. vendorType(VendorType vendorType)
HostScanAgentConfigurationQualys.Builder
HostScanAgentConfigurationQualys.Builder. vendorType(VendorType vendorType)
Constructors in com.oracle.bmc.vulnerabilityscanning.model with parameters of type VendorType Constructor 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.
-