Class ListAwrHubObjectsRequest


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

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

    • Constructor Detail

      • ListAwrHubObjectsRequest

        public ListAwrHubObjectsRequest()
    • Method Detail

      • getAwrHubSourceId

        public String getAwrHubSourceId()
        Unique Awr Hub Source identifier
      • getPrefix

        public String getPrefix()
        The string to use for matching against the start of object names in a Awr Hub list objects query.
      • getStart

        public String getStart()
        Object names returned by Awr Hub list objects query must be greater or equal to this parameter.
      • getEnd

        public String getEnd()
        Object names returned by Awr Hub list objects query must be strictly less than this parameter.
      • getDelimiter

        public String getDelimiter()
        When this parameter is set, only objects whose names do not contain the delimiter character (after an optionally specified prefix) are returned in the Awr Hub list objects key of the response body.

        Scanned objects whose names contain the delimiter have the part of their name up to the first occurrence of the delimiter (including the optional prefix) returned as a set of prefixes. Note that only ‘/’ is a supported delimiter character at this time.

      • getStartAfter

        public String getStartAfter()
        Awr Hub Object name after which remaining objects are listed
      • getPage

        public String getPage()
        For list pagination.

        The value of the opc-next-page response header from the previous “List” call. For important details about how pagination works, see List Pagination.

      • getLimit

        public Integer getLimit()
        For list pagination.

        The maximum number of results per page, or items to return in a paginated “List” call. For important details about how pagination works, see List Pagination. Example: 50

      • getFields

        public ListAwrHubObjectsRequest.Fields getFields()
        By default all the fields are returned.

        Use this parameter to fetch specific fields ‘size’, ‘etag’, ‘md5’, ‘timeCreated’, ‘timeModified’, ‘storageTier’ and ‘archivalState’ fields. List the names of those fields in a comma-separated, case-insensitive list as the value of this parameter. For example: ‘name,etag,timeCreated,md5,timeModified,storageTier,archivalState’.

      • getOpcRequestId

        public String getOpcRequestId()
        Unique Oracle-assigned identifier for the request.

        If you need to contact Oracle about a particular request, please provide the request ID.

      • 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>