@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public class ListSourcesRequest extends com.oracle.bmc.requests.BmcRequest<Void>
Example: Click here to see how to use ListSourcesRequest.
| Modifier and Type | Class and Description |
|---|---|
static class |
ListSourcesRequest.Builder |
static class |
ListSourcesRequest.IsSystem
Is system param of value (all, custom, sourceUsing)
|
static class |
ListSourcesRequest.SortBy
sort by source
|
static class |
ListSourcesRequest.SortOrder
The sort order to use, either ascending (
ASC) or descending (DESC). |
| Modifier and Type | Method and Description |
|---|---|
static ListSourcesRequest.Builder |
builder() |
String |
getCompartmentId()
The ID of the compartment in which to list resources.
|
String |
getEntityType()
entityType
|
Boolean |
getIsAutoAssociated()
auto association flag
|
Boolean |
getIsSimplified()
is simplified
|
ListSourcesRequest.IsSystem |
getIsSystem()
Is system param of value (all, custom, sourceUsing)
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getName()
A filter to return only log analytics entities whose name matches the entire name given.
|
String |
getNamespaceName()
The Logging Analytics namespace used for the request.
|
String |
getOpcRequestId()
The client request ID for tracing.
|
String |
getPage()
The page token representing the page at which to start retrieving results.
|
ListSourcesRequest.SortBy |
getSortBy()
sort by source
|
ListSourcesRequest.SortOrder |
getSortOrder()
The sort order to use, either ascending (
ASC) or descending (DESC). |
String |
getSourceDisplayText()
Search by source display name or description.
|
public static ListSourcesRequest.Builder builder()
public String getNamespaceName()
The Logging Analytics namespace used for the request.
public String getCompartmentId()
The ID of the compartment in which to list resources.
public String getEntityType()
entityType
public String getSourceDisplayText()
Search by source display name or description.
public ListSourcesRequest.IsSystem getIsSystem()
Is system param of value (all, custom, sourceUsing)
public Boolean getIsAutoAssociated()
auto association flag
public ListSourcesRequest.SortOrder getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).
public ListSourcesRequest.SortBy getSortBy()
sort by source
public Integer getLimit()
The maximum number of items to return.
public String getPage()
The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
public String getName()
A filter to return only log analytics entities whose name matches the entire name given. The match is case-insensitive.
public Boolean getIsSimplified()
is simplified
public String getOpcRequestId()
The client request ID for tracing.
Copyright © 2016–2021. All rights reserved.