Class ListSourcesRequest


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200601")
    public class ListSourcesRequest
    extends BmcRequest<Void>

    Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/loganalytics/ListSourcesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSourcesRequest.

    • Constructor Detail

      • ListSourcesRequest

        public ListSourcesRequest()
    • Method Detail

      • getNamespaceName

        public String getNamespaceName()
        The Logging Analytics namespace used for the request.
      • getCompartmentId

        public String getCompartmentId()
        The ID of the compartment in which to list resources.
      • getEntityType

        public String getEntityType()
        A filter to return only sources associated with entities of the specified type.

        The match is case-insensitive.

      • getSourceDisplayText

        public String getSourceDisplayText()
        The source display text used for filtering.

        Only sources with the specified name or description will be returned.

      • getIsSystem

        public ListSourcesRequest.IsSystem getIsSystem()
        The system value used for filtering.

        Only items with the specified system value will be returned. Valid values are built in, custom (for user defined items), or all (for all items, regardless of system value).

      • getIsAutoAssociated

        public Boolean getIsAutoAssociated()
        An auto-associate flag used for filtering.

        Only sources which are marked for automatic association will be returned.

      • getLimit

        public Integer getLimit()
        The maximum number of items to return.
      • getPage

        public String getPage()
        The page token representing the page at which to start retrieving results.

        This is usually retrieved from a previous list call.

      • getName

        public String getName()
        A filter to return only log analytics entities whose name matches the entire name given.

        The match is case-insensitive.

      • getSourceType

        public String getSourceType()
        The source type.
      • getCategories

        public String getCategories()
        A comma-separated list of categories used for filtering
      • getIsSimplified

        public Boolean getIsSimplified()
        A flag specifying whether or not to return all source information, or a subset of the information about each source.

        A value of true will return only the source unique identifier and the source name. A value of false will return all source information (such as author, updated date, system flag, etc.)

      • getOpcRequestId

        public String getOpcRequestId()
        The client request ID for tracing.
      • builder

        public static ListSourcesRequest.Builder builder()
        Return a new builder for this request object.
        Returns:
        builder for the request object
      • equals

        public boolean equals​(Object o)
        Description copied from class: BmcRequest
        Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
        Overrides:
        equals in class BmcRequest<Void>
      • hashCode

        public int hashCode()
        Description copied from class: BmcRequest
        Uses getInvocationCallback and getRetryConfiguration to generate a hash.
        Overrides:
        hashCode in class BmcRequest<Void>