Package com.oracle.bmc.dblm.requests
Class ListVulnerabilityResourcesRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.dblm.requests.ListVulnerabilityResourcesRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20240102") public class ListVulnerabilityResourcesRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dblm/ListVulnerabilityResourcesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListVulnerabilityResourcesRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListVulnerabilityResourcesRequest.Builderstatic classListVulnerabilityResourcesRequest.PatchRecommendationFilter by one or more severity types.static classListVulnerabilityResourcesRequest.SortByThe field to sort by.
 - 
Constructor SummaryConstructors Constructor Description ListVulnerabilityResourcesRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListVulnerabilityResourcesRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.StringgetCompartmentId()The required ID of the compartment in which to list resources.StringgetCveId()The id of a CVE.StringgetDatabaseRelease()A filter to return only database that match the given release version.StringgetDisplayName()A filter to return only resources that match the entire display name given.DblmVulnerability.LifecycleStategetLifecycleState()A filter to return only resources their lifecycleState matches the given lifecycleState.IntegergetLimit()The maximum number of items to return.StringgetOpcRequestId()The client request ID for tracing.StringgetPage()A token representing the position at which to start retrieving results.List<ListVulnerabilityResourcesRequest.PatchRecommendation>getPatchRecommendation()Filter by one or more severity types.List<ResourcesSeverities>getSeverityType()Filter by one or more severity types.ListVulnerabilityResourcesRequest.SortBygetSortBy()The field to sort by.SortOrdergetSortOrder()The sort order to use, either ‘ASC’ or ‘DESC’.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListVulnerabilityResourcesRequest.BuildertoBuilder()Return an instance ofListVulnerabilityResourcesRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getCompartmentIdpublic String getCompartmentId() The required ID of the compartment in which to list resources.
 - 
getLimitpublic Integer getLimit() The maximum number of items to return.
 - 
getPagepublic String getPage() A token representing the position at which to start retrieving results.This must come from the opc-next-page header field of a previous response. 
 - 
getSortOrderpublic SortOrder getSortOrder() The sort order to use, either ‘ASC’ or ‘DESC’.
 - 
getSortBypublic ListVulnerabilityResourcesRequest.SortBy getSortBy() The field to sort by.Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. 
 - 
getDisplayNamepublic String getDisplayName() A filter to return only resources that match the entire display name given.
 - 
getLifecycleStatepublic DblmVulnerability.LifecycleState getLifecycleState() A filter to return only resources their lifecycleState matches the given lifecycleState.
 - 
getDatabaseReleasepublic String getDatabaseRelease() A filter to return only database that match the given release version.
 - 
getCveIdpublic String getCveId() The id of a CVE.
 - 
getSeverityTypepublic List<ResourcesSeverities> getSeverityType() Filter by one or more severity types.Possible values are critical, high, medium, low, info and none. 
 - 
getPatchRecommendationpublic List<ListVulnerabilityResourcesRequest.PatchRecommendation> getPatchRecommendation() Filter by one or more severity types.Possible values are upToDate, patchAvailable 
 - 
getOpcRequestIdpublic String getOpcRequestId() The client request ID for tracing.
 - 
toBuilderpublic ListVulnerabilityResourcesRequest.Builder toBuilder() Return an instance ofListVulnerabilityResourcesRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ListVulnerabilityResourcesRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ListVulnerabilityResourcesRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<Void>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<Void>
 
 
- 
 
-