Class ListNetworkLoadBalancersPoliciesRequest
Implements
Inherited Members
Namespace: Oci.NetworkloadbalancerService.Requests
Assembly: OCI.DotNetSDK.Networkloadbalancer.dll
Syntax
public class ListNetworkLoadBalancersPoliciesRequest : IOciRequest
Examples
Click here to see an example of how to use ListNetworkLoadBalancersPolicies request.
Properties
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }
Property Value
Type | Description |
---|---|
int? | For list pagination. The maximum number of results per page or items to return, in a paginated "List" call. For important details about how pagination works, see List Pagination. |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The unique Oracle-assigned identifier for the request. If you must contact Oracle about a particular request, then provide the request identifier. |
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }
Property Value
Type | Description |
---|---|
string | The page token representing the page from which to start retrieving results.
For list pagination. The value of the |
SortBy
Declaration
[HttpConverter(TargetEnum.Query, "sortBy")]
public ListNetworkLoadBalancersPoliciesRequest.SortByEnum? SortBy { get; set; }
Property Value
Type | Description |
---|---|
ListNetworkLoadBalancersPoliciesRequest.SortByEnum? | The field to sort by. Only one sort order can be provided. The default order for timeCreated is descending. The default order for displayName is ascending. If no value is specified, then timeCreated is the default. |
SortOrder
Declaration
[HttpConverter(TargetEnum.Query, "sortOrder")]
public SortOrder? SortOrder { get; set; }
Property Value
Type | Description |
---|---|
SortOrder? | The sort order to use, either 'asc' (ascending) or 'desc' (descending). |