Class ListProfilesRequest
Implements
Inherited Members
Namespace: Oci.OptimizerService.Requests
Assembly: OCI.DotNetSDK.Optimizer.dll
Syntax
public class ListProfilesRequest : IOciRequestExamples
Click here to see an example of how to use ListProfiles 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. | 
Remarks
Required
LifecycleState
Declaration
[HttpConverter(TargetEnum.Query, "lifecycleState")]
public LifecycleState? LifecycleState { get; set; }Property Value
| Type | Description | 
|---|---|
| LifecycleState? | A filter that returns results that match the lifecycle state specified. | 
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The maximum number of items to return in a paginated "List" call. | 
Name
Declaration
[HttpConverter(TargetEnum.Query, "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Optional. A filter that returns results that match the name specified. | 
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. | 
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The value of the  | 
SortBy
Declaration
[HttpConverter(TargetEnum.Query, "sortBy")]
public ListProfilesRequest.SortByEnum? SortBy { get; set; }Property Value
| Type | Description | 
|---|---|
| ListProfilesRequest.SortByEnum? | The field to sort by. You can provide one sort order ( | 
SortOrder
Declaration
[HttpConverter(TargetEnum.Query, "sortOrder")]
public SortOrder? SortOrder { get; set; }Property Value
| Type | Description | 
|---|---|
| SortOrder? | The sort order to use, either ascending ( |