Class ListFunctionsRuntimesRequest
Implements
Inherited Members
Namespace: Oci.FunctionsService.Requests
Assembly: OCI.DotNetSDK.Functions.dll
Syntax
public class ListFunctionsRuntimesRequest : IOciRequest
Examples
Click here to see an example of how to use ListFunctionsRuntimes request.
Properties
FunctionsRuntimeId
Declaration
[HttpConverter(TargetEnum.Query, "functionsRuntimeId")]
public string FunctionsRuntimeId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | unique FunctionsRuntime identifier |
Language
Declaration
[HttpConverter(TargetEnum.Query, "language")]
public string Language { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A filter to return only resources that match the entire language name given. |
LifecycleState
Declaration
[HttpConverter(TargetEnum.Query, "lifecycleState")]
public FunctionsRuntime.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
| Type | Description |
|---|---|
| FunctionsRuntime.LifecycleStateEnum? | A filter to return only resources where their lifecycleState matches the given lifecycleState. |
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The maximum number of items to return. 1 is the minimum, 50 is the maximum.
|
Name
Declaration
[HttpConverter(TargetEnum.Query, "name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A filter to return only resources that match the entire FunctionsRuntime name given. |
NameContains
Declaration
[HttpConverter(TargetEnum.Query, "nameContains")]
public string NameContains { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A filter to return only resources that contain the supplied filter text in the FunctionsRuntime name given. |
NameStartsWith
Declaration
[HttpConverter(TargetEnum.Query, "nameStartsWith")]
public string NameStartsWith { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A filter to return only resources that start with the supplied filter text in the FunctionsRuntime name given. |
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 need to contact Oracle about a particular request, please provide the request ID. |
Os
Declaration
[HttpConverter(TargetEnum.Query, "os")]
public string Os { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A filter to return only resources that match the entire os name given. |
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The pagination token for a list query returned by a previous operation |
SortBy
Declaration
[HttpConverter(TargetEnum.Query, "sortBy")]
public ListFunctionsRuntimesRequest.SortByEnum? SortBy { get; set; }
Property Value
| Type | Description |
|---|---|
| ListFunctionsRuntimesRequest.SortByEnum? | The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for name is ascending. |
SortOrder
Declaration
[HttpConverter(TargetEnum.Query, "sortOrder")]
public ListFunctionsRuntimesRequest.SortOrderEnum? SortOrder { get; set; }
Property Value
| Type | Description |
|---|---|
| ListFunctionsRuntimesRequest.SortOrderEnum? | Specifies sort order.
|