@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class ListGiVersionMinorVersionsRequest extends BmcRequest<Void>
Example: Click here to see how to use ListGiVersionMinorVersionsRequest.
Modifier and Type | Class and 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 and Description |
---|
ListGiVersionMinorVersionsRequest() |
Modifier and Type | Method and 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 cluster
|
Integer |
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 of
ListGiVersionMinorVersionsRequest.Builder that allows you to modify request properties. |
String |
toString() |
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public String getVersion()
The Oracle Grid Infrastructure major version.
public String getAvailabilityDomain()
The target availability domain. Only passed if the limit is AD-specific.
public String getOpcRequestId()
Unique identifier for the request.
public ListGiVersionMinorVersionsRequest.ShapeFamily getShapeFamily()
If provided, filters the results to the set of database versions which are supported for the given shape family.
public Boolean getIsGiVersionForProvisioning()
If true, returns the Grid Infrastructure versions that can be used for provisioning a cluster
public String getShape()
If provided, filters the results for the given shape.
public ListGiVersionMinorVersionsRequest.SortBy getSortBy()
Sort by VERSION. Default order for VERSION is descending.
public ListGiVersionMinorVersionsRequest.SortOrder getSortOrder()
The sort order to use, either ascending (ASC
) or descending (DESC
).
public Integer getLimit()
The maximum number of items to return per page.
public String getPage()
The pagination token to continue listing from.
public ListGiVersionMinorVersionsRequest.Builder toBuilder()
Return an instance of ListGiVersionMinorVersionsRequest.Builder
that allows you to modify request properties.
ListGiVersionMinorVersionsRequest.Builder
that allows you to modify request properties.public static ListGiVersionMinorVersionsRequest.Builder builder()
Return a new builder for this request object.
public boolean equals(Object o)
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
equals
in class BmcRequest<Void>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<Void>
Copyright © 2016–2025. All rights reserved.