Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListJmsPluginsRequest

example

Click here to see how to use ListJmsPluginsRequest.

Hierarchy

Properties

Optional agentId

agentId: undefined | string

The ManagementAgent (OMA) or Instance (OCA) OCID that identifies the Agent.

Optional availabilityStatus

availabilityStatus: model.JmsPluginAvailabilityStatus

Filter JmsPlugin with its availability status.

Optional compartmentId

compartmentId: undefined | string

The OCID of the compartment in which to list resources.

Optional compartmentIdInSubtree

compartmentIdInSubtree: undefined | false | true

Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.

Optional fleetId

fleetId: undefined | string

The ID of the Fleet.

Optional hostnameContains

hostnameContains: undefined | string

Filter the list with hostname contains the given value.

Optional id

id: undefined | string

The OCID of the JmsPlugin.

Optional lifecycleState

lifecycleState: model.JmsPluginLifecycleState

Filter JmsPlugin with its lifecycle state.

Optional limit

limit: undefined | number

The maximum number of items to return.

Optional opcRequestId

opcRequestId: undefined | string

The client request ID for tracing.

Optional page

page: undefined | string

The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

Optional sortBy

sortBy: model.JmsPluginSortBy

The field to sort JmsPlugin. Only one sort order may be provided. Default order is descending. If no value is specified timeLastSeen is default.

Optional sortOrder

sortOrder: model.SortOrder

The sort order, either 'asc' or 'desc'.

Optional timeLastSeenLessThanOrEqualTo

timeLastSeenLessThanOrEqualTo: Date

If present, only plugins with a last seen time before this parameter are searched (formatted according to RFC3339).

Optional timeRegisteredLessThanOrEqualTo

timeRegisteredLessThanOrEqualTo: Date

If present, only plugins with a registration time before this parameter are searched (formatted according to RFC3339).