Class SummarizeResourceInventoryRequest
Implements
Inherited Members
Namespace: Oci.WlmsService.Requests
Assembly: OCI.DotNetSDK.Wlms.dll
Syntax
public class SummarizeResourceInventoryRequest : IOciRequest
Examples
Click here to see an example of how to use SummarizeResourceInventory request.
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[HttpConverter(TargetEnum.Query, "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment that contains the resources to list. This filter returns only resources contained within the specified compartment. |
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. |