Class ListDesktopPoolsRequest


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

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

    • Constructor Detail

      • ListDesktopPoolsRequest

        public ListDesktopPoolsRequest()
    • Method Detail

      • getCompartmentId

        public String getCompartmentId()
        The OCID of the compartment of the desktop pool.
      • getAvailabilityDomain

        public String getAvailabilityDomain()
        The name of the availability domain.
      • getDisplayName

        public String getDisplayName()
        A filter to return only results with the given displayName.
      • getId

        public String getId()
        A filter to return only results with the given OCID.
      • getLifecycleState

        public String getLifecycleState()
        A filter to return only results with the given lifecycleState.
      • getLimit

        public Integer getLimit()
        The maximum number of results to return.
      • getOpcRequestId

        public String getOpcRequestId()
        The unique identifier of the request.
      • getPage

        public String getPage()
        For list pagination.
      • 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>