Class ListContainersRequest
Implements
Inherited Members
Namespace: Oci.JmsService.Requests
Assembly: OCI.DotNetSDK.Jms.dll
Syntax
public class ListContainersRequest : IOciRequest
Examples
Click here to see an example of how to use ListContainers request.
Properties
ApplicationName
Declaration
[HttpConverter(TargetEnum.Query, "applicationName")]
public string ApplicationName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the application. |
DisplayName
Declaration
[HttpConverter(TargetEnum.Query, "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The display name. |
FleetId
Declaration
[Required(ErrorMessage = "FleetId is required.")]
[HttpConverter(TargetEnum.Path, "fleetId")]
public string FleetId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Fleet. |
Remarks
Required
JreSecurityStatus
Declaration
[HttpConverter(TargetEnum.Query, "jreSecurityStatus")]
public JreSecurityStatus? JreSecurityStatus { get; set; }
Property Value
Type | Description |
---|---|
JreSecurityStatus? | The security status of the Java Runtime. |
JreVersion
Declaration
[HttpConverter(TargetEnum.Query, "jreVersion")]
public string JreVersion { get; set; }
Property Value
Type | Description |
---|---|
string | The version of the related Java Runtime. |
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }
Property Value
Type | Description |
---|---|
int? | The maximum number of items to return. |
ManagedInstanceId
Declaration
[HttpConverter(TargetEnum.Query, "managedInstanceId")]
public string ManagedInstanceId { get; set; }
Property Value
Type | Description |
---|---|
string | The Fleet-unique identifier of the managed instance. |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. |
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }
Property Value
Type | Description |
---|---|
string | The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call. |
SortBy
Declaration
[HttpConverter(TargetEnum.Query, "sortBy")]
public ContainerSortBy? SortBy { get; set; }
Property Value
Type | Description |
---|---|
ContainerSortBy? | The field to sort the containers. Only one sort order can be provided. Default order for displayName, namespace, podName, applicationName, or jreVersion is ascending. Default order for timeStarted is descending. If no value is specified timeStarted is default. |
SortOrder
Declaration
[HttpConverter(TargetEnum.Query, "sortOrder")]
public SortOrder? SortOrder { get; set; }
Property Value
Type | Description |
---|---|
SortOrder? | The sort order, either 'asc' or 'desc'. |
TimeStartedGreaterThanOrEqualTo
Declaration
[HttpConverter(TargetEnum.Query, "timeStartedGreaterThanOrEqualTo")]
public DateTime? TimeStartedGreaterThanOrEqualTo { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | If specified, only containers with a start time later than or equal to this parameter will be included in the response (formatted according to RFC3339). |
TimeStartedLessThanOrEqualTo
Declaration
[HttpConverter(TargetEnum.Query, "timeStartedLessThanOrEqualTo")]
public DateTime? TimeStartedLessThanOrEqualTo { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | If specified, only containers with a start time earlier than or equal to this parameter will be included in the response (formatted according to RFC3339). |