Class ListPoolsRequest
Implements
Inherited Members
Namespace: Oci.DataflowService.Requests
Assembly: OCI.DotNetSDK.Dataflow.dll
Syntax
public class ListPoolsRequest : IOciRequest
Examples
Click here to see an example of how to use ListPools 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
DisplayName
Declaration
[HttpConverter(TargetEnum.Query, "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The query parameter for the Spark application name. |
DisplayNameStartsWith
Declaration
[HttpConverter(TargetEnum.Query, "displayNameStartsWith")]
public string DisplayNameStartsWith { get; set; }
Property Value
Type | Description |
---|---|
string | The displayName prefix. |
LifecycleState
Declaration
[HttpConverter(TargetEnum.Query, "lifecycleState")]
public PoolLifecycleState? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
PoolLifecycleState? | The LifecycleState of the pool. |
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }
Property Value
Type | Description |
---|---|
int? | The maximum number of results to return in a paginated |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique identifier for the request. If provided, the returned request ID will include this value. Otherwise, a random request ID will be generated by the service. |
OwnerPrincipalId
Declaration
[HttpConverter(TargetEnum.Query, "ownerPrincipalId")]
public string OwnerPrincipalId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the user who created the resource. |
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 ListPoolsRequest.SortByEnum? SortBy { get; set; }
Property Value
Type | Description |
---|---|
ListPoolsRequest.SortByEnum? | The field used to sort the results. Multiple fields are not supported. |
SortOrder
Declaration
[HttpConverter(TargetEnum.Query, "sortOrder")]
public ListPoolsRequest.SortOrderEnum? SortOrder { get; set; }
Property Value
Type | Description |
---|---|
ListPoolsRequest.SortOrderEnum? | The ordering of results in ascending or descending order. |