@Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public class GetManagedInstanceContentRequest extends BmcRequest<Void>
Example: Click here to see how to use GetManagedInstanceContentRequest.
Modifier and Type | Class and Description |
---|---|
static class |
GetManagedInstanceContentRequest.Builder |
static class |
GetManagedInstanceContentRequest.ReportFormat
The format of the report to download.
|
Constructor and Description |
---|
GetManagedInstanceContentRequest() |
Modifier and Type | Method and Description |
---|---|
static GetManagedInstanceContentRequest.Builder |
builder()
Return a new builder for this request object.
|
boolean |
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal
to ‘this’.
|
List<String> |
getAdvisoryName()
The assigned erratum name.
|
String |
getAdvisoryNameContains()
A filter to return resources that may partially match the erratum advisory name given.
|
List<AdvisoryTypes> |
getAdvisoryType()
A filter to return only errata that match the given advisory types.
|
String |
getManagedInstanceId()
The OCID of
the managed instance.
|
String |
getOpcRequestId()
Unique Oracle-assigned identifier for the request.
|
GetManagedInstanceContentRequest.ReportFormat |
getReportFormat()
The format of the report to download.
|
List<String> |
getVulnerabilityName()
A filter to return vulnerabilities that match the given name.
|
String |
getVulnerabilityNameContains()
A filter to return vulnerabilities that partially match the given name.
|
List<VulnerabilityTypes> |
getVulnerabilityType()
A filter to return only vulnerabilities matching the given types.
|
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
GetManagedInstanceContentRequest.Builder |
toBuilder()
Return an instance of
GetManagedInstanceContentRequest.Builder that allows you to modify request properties. |
String |
toString() |
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public List<VulnerabilityTypes> getVulnerabilityType()
A filter to return only vulnerabilities matching the given types.
public List<String> getAdvisoryName()
The assigned erratum name. It’s unique and not changeable.
Example: ELSA-2020-5804
public String getAdvisoryNameContains()
A filter to return resources that may partially match the erratum advisory name given.
public List<AdvisoryTypes> getAdvisoryType()
A filter to return only errata that match the given advisory types.
public List<String> getVulnerabilityName()
A filter to return vulnerabilities that match the given name. For Linux instances, this refers to the advisory name. For Windows instances, this refers to the Windows update display name.
public String getVulnerabilityNameContains()
A filter to return vulnerabilities that partially match the given name. For Linux instances, this refers to the advisory name. For Windows instances, this refers to the Windows update display name.
public GetManagedInstanceContentRequest.ReportFormat getReportFormat()
The format of the report to download. Default is CSV.
public String getOpcRequestId()
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
public GetManagedInstanceContentRequest.Builder toBuilder()
Return an instance of GetManagedInstanceContentRequest.Builder
that allows you to modify request properties.
GetManagedInstanceContentRequest.Builder
that allows you to modify request properties.public static GetManagedInstanceContentRequest.Builder builder()
Return a new builder for this request object.
public boolean equals(Object o)
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
equals
in class BmcRequest<Void>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<Void>
Copyright © 2016–2024. All rights reserved.