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/latest/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 classListGiVersionMinorVersionsRequest.Builderstatic classListGiVersionMinorVersionsRequest.ShapeFamilyIf provided, filters the results to the set of database versions which are supported for the given shape family.static classListGiVersionMinorVersionsRequest.SortBySort by VERSION.static classListGiVersionMinorVersionsRequest.SortOrderThe 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.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.StringgetAvailabilityDomain()The target availability domain.StringgetCompartmentId()The compartment OCID.BooleangetIsGiVersionForProvisioning()If true, returns the Grid Infrastructure versions that can be used for provisioning a clusterIntegergetLimit()The maximum number of items to return per page.StringgetOpcRequestId()Unique identifier for the request.StringgetPage()The pagination token to continue listing from.StringgetShape()If provided, filters the results for the given shape.ListGiVersionMinorVersionsRequest.ShapeFamilygetShapeFamily()If provided, filters the results to the set of database versions which are supported for the given shape family.ListGiVersionMinorVersionsRequest.SortBygetSortBy()Sort by VERSION.ListGiVersionMinorVersionsRequest.SortOrdergetSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).StringgetVersion()The Oracle Grid Infrastructure major version.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListGiVersionMinorVersionsRequest.BuildertoBuilder()Return an instance ofListGiVersionMinorVersionsRequest.Builderthat allows you to modify request properties.StringtoString()-
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.Builderthat allows you to modify request properties.- Returns:
- instance of
ListGiVersionMinorVersionsRequest.Builderthat 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:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equalsin classBmcRequest<Void>
-
hashCode
public int hashCode()
Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCodein classBmcRequest<Void>
-
-