Class GetManagedInstanceContentRequest
Implements
Inherited Members
Namespace: Oci.OsmanagementhubService.Requests
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class GetManagedInstanceContentRequest : IOciRequest
Examples
Click here to see an example of how to use GetManagedInstanceContent request.
Properties
AdvisoryName
Declaration
[HttpConverter(TargetEnum.Query, "advisoryName", CollectionFormatType.Multi)]
public List<string> AdvisoryName { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The assigned erratum name. It's unique and not changeable.
|
AdvisoryNameContains
Declaration
[HttpConverter(TargetEnum.Query, "advisoryNameContains")]
public string AdvisoryNameContains { get; set; }
Property Value
Type | Description |
---|---|
string | A filter to return resources that may partially match the erratum advisory name given. |
AdvisoryType
Declaration
[HttpConverter(TargetEnum.Query, "advisoryType", CollectionFormatType.Multi)]
public List<AdvisoryTypes> AdvisoryType { get; set; }
Property Value
Type | Description |
---|---|
List<AdvisoryTypes> | A filter to return only errata that match the given advisory types. |
ManagedInstanceId
Declaration
[Required(ErrorMessage = "ManagedInstanceId is required.")]
[HttpConverter(TargetEnum.Path, "managedInstanceId")]
public string ManagedInstanceId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the managed instance. |
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
ReportFormat
Declaration
[HttpConverter(TargetEnum.Query, "reportFormat")]
public GetManagedInstanceContentRequest.ReportFormatEnum? ReportFormat { get; set; }
Property Value
Type | Description |
---|---|
GetManagedInstanceContentRequest.ReportFormatEnum? | The format of the report to download. Default is CSV. |
VulnerabilityName
Declaration
[HttpConverter(TargetEnum.Query, "vulnerabilityName", CollectionFormatType.Multi)]
public List<string> VulnerabilityName { get; set; }
Property Value
Type | Description |
---|---|
List<string> | 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. |
VulnerabilityNameContains
Declaration
[HttpConverter(TargetEnum.Query, "vulnerabilityNameContains")]
public string VulnerabilityNameContains { get; set; }
Property Value
Type | Description |
---|---|
string | 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. |
VulnerabilityType
Declaration
[Required(ErrorMessage = "VulnerabilityType is required.")]
[HttpConverter(TargetEnum.Query, "vulnerabilityType", CollectionFormatType.Multi)]
public List<VulnerabilityTypes> VulnerabilityType { get; set; }
Property Value
Type | Description |
---|---|
List<VulnerabilityTypes> | A filter to return only vulnerabilities matching the given types. |
Remarks
Required