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 VendorTypeVendorType. create(String key)VendorTypeHostAgentScanResult. getVendor()Vendor which was used for this host scan agent.VendorTypeHostAgentScanResultSummary. getVendor()Vendor which was used for this host scan agent.VendorTypeHostScanTargetErrorSummary. getVendor()Vendor which was used for the host scan agent.VendorTypeHostScanAgentConfiguration. getVendorType()Vendor to use for the host scan agent.static VendorTypeVendorType. 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.BuilderHostAgentScanResult.Builder. vendor(VendorType vendor)Vendor which was used for this host scan agent.HostAgentScanResultSummary.BuilderHostAgentScanResultSummary.Builder. vendor(VendorType vendor)Vendor which was used for this host scan agent.HostScanTargetErrorSummary.BuilderHostScanTargetErrorSummary.Builder. vendor(VendorType vendor)Vendor which was used for the host scan agent.HostScanAgentConfigurationOCI.BuilderHostScanAgentConfigurationOCI.Builder. vendorType(VendorType vendorType)HostScanAgentConfigurationQualys.BuilderHostScanAgentConfigurationQualys.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.
-