Class SetUnprocessedDataBucketRequest


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

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

    • Constructor Detail

      • SetUnprocessedDataBucketRequest

        public SetUnprocessedDataBucketRequest()
    • Method Detail

      • getNamespaceName

        public String getNamespaceName()
        The Log Analytics namespace used for the request.

        The namespace can be obtained by running ‘oci os ns get’

      • getBucketName

        public String getBucketName()
        Name of the Object Storage bucket.

        Bucket name can be obtained by running ‘oci os bucket list –namespace-name –compartment-id ’. The json output ‘name’ parameter value contains the bucket name.

      • getIsEnabled

        public Boolean getIsEnabled()
        The enabled flag used for filtering.

        Only items with the specified enabled value will be returned.

      • getOpcRequestId

        public String getOpcRequestId()
        The client request ID for tracing.
      • 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>