Package com.oracle.bmc.database.requests
Class ListGiVersionMinorVersionsRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<Void>
-
- com.oracle.bmc.database.requests.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListGiVersionMinorVersionsRequest.Builder
static class
ListGiVersionMinorVersionsRequest.ShapeFamily
If provided, filters the results to the set of database versions which are supported for the given shape family.static class
ListGiVersionMinorVersionsRequest.SortBy
Sort by VERSION.static class
ListGiVersionMinorVersionsRequest.SortOrder
The sort order to use, either ascending (ASC) or descending (DESC).
-
Constructor Summary
Constructors Constructor Description ListGiVersionMinorVersionsRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListGiVersionMinorVersionsRequest.Builder
builder()
Return a new builder for this request object.boolean
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.String
getAvailabilityDomain()
The target availability domain.String
getCompartmentId()
The compartment OCID.Boolean
getIsGiVersionForProvisioning()
If true, returns the Grid Infrastructure versions that can be used for provisioning a clusterInteger
getLimit()
The maximum number of items to return per page.String
getOpcRequestId()
Unique identifier for the request.String
getPage()
The pagination token to continue listing from.String
getShape()
If provided, filters the results for the given shape.ListGiVersionMinorVersionsRequest.ShapeFamily
getShapeFamily()
If provided, filters the results to the set of database versions which are supported for the given shape family.ListGiVersionMinorVersionsRequest.SortBy
getSortBy()
Sort by VERSION.ListGiVersionMinorVersionsRequest.SortOrder
getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).String
getVersion()
The Oracle Grid Infrastructure major version.int
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListGiVersionMinorVersionsRequest.Builder
toBuilder()
Return an instance ofListGiVersionMinorVersionsRequest.Builder
that allows you to modify request properties.String
toString()
-
Methods inherited from class com.oracle.bmc.requests.BmcRequest
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
-
-
-
-
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.
-
getOpcRequestId
public String getOpcRequestId()
Unique identifier for the request.
-
getShapeFamily
public ListGiVersionMinorVersionsRequest.ShapeFamily getShapeFamily()
If provided, filters the results to the set of database versions which are supported for the given shape family.
-
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.
-
getSortBy
public ListGiVersionMinorVersionsRequest.SortBy getSortBy()
Sort by VERSION.Default order for VERSION is descending.
-
getSortOrder
public ListGiVersionMinorVersionsRequest.SortOrder getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).
-
getLimit
public Integer getLimit()
The maximum number of items to return per page.
-
getPage
public String getPage()
The pagination token to continue listing from.
-
toBuilder
public ListGiVersionMinorVersionsRequest.Builder toBuilder()
Return an instance ofListGiVersionMinorVersionsRequest.Builder
that allows you to modify request properties.- Returns:
- instance of
ListGiVersionMinorVersionsRequest.Builder
that allows you to modify request properties.
-
builder
public static ListGiVersionMinorVersionsRequest.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 classBmcRequest<Void>
-
hashCode
public int hashCode()
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCode
in classBmcRequest<Void>
-
-