Class ListGiVersionMinorVersionsRequest


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

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

    • Constructor Detail

      • ListGiVersionMinorVersionsRequest

        public ListGiVersionMinorVersionsRequest()
    • Method Detail

      • getVersion

        public String getVersion()
        The Oracle Grid Infrastructure major version.
      • getAvailabilityDomain

        public String getAvailabilityDomain()
        The target availability domain.

        Only passed if the limit is AD-specific.

      • getCompartmentId

        public String getCompartmentId()
        The compartment OCID.
      • getOpcRequestId

        public String getOpcRequestId()
        Unique identifier for the request.
      • getIsGiVersionForProvisioning

        public Boolean getIsGiVersionForProvisioning()
        If true, returns the Grid Infrastructure versions that can be used for provisioning a cluster
      • getShape

        public String getShape()
        If provided, filters the results for the given shape.
      • getLimit

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

        public String getPage()
        The pagination token to continue listing from.
      • 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>