Package com.oracle.bmc.database.requests
Class ListDbConnectionBundlesRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<Void>
-
- com.oracle.bmc.database.requests.ListDbConnectionBundlesRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class ListDbConnectionBundlesRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/latest/database/ListDbConnectionBundlesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbConnectionBundlesRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListDbConnectionBundlesRequest.Builderstatic classListDbConnectionBundlesRequest.DbConnectionBundleTypeA filter that returns only resources that match the specified database connection bundle type.static classListDbConnectionBundlesRequest.LifecycleStateA filter that returns only resources that match the given lifecycle state.static classListDbConnectionBundlesRequest.SortByThe field to sort by.static classListDbConnectionBundlesRequest.SortOrderThe sort order to use, either ascending (ASC) or descending (DESC).
-
Constructor Summary
Constructors Constructor Description ListDbConnectionBundlesRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDbConnectionBundlesRequest.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’.StringgetAssociatedResourceId()The OCID of the VM cluster associated with the connection bundle.StringgetCompartmentId()The compartment OCID.ListDbConnectionBundlesRequest.DbConnectionBundleTypegetDbConnectionBundleType()A filter that returns only resources that match the specified database connection bundle type.StringgetDisplayName()A filter to return only resources that match the entire display name given.ListDbConnectionBundlesRequest.LifecycleStategetLifecycleState()A filter that returns only resources that match the given lifecycle state.IntegergetLimit()The maximum number of items to return per page.StringgetOpcRequestId()Unique identifier for the request.StringgetPage()The pagination token to continue listing from.ListDbConnectionBundlesRequest.SortBygetSortBy()The field to sort by.ListDbConnectionBundlesRequest.SortOrdergetSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListDbConnectionBundlesRequest.BuildertoBuilder()Return an instance ofListDbConnectionBundlesRequest.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
-
getLimit
public Integer getLimit()
The maximum number of items to return per page.
-
getPage
public String getPage()
The pagination token to continue listing from.
-
getSortOrder
public ListDbConnectionBundlesRequest.SortOrder getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).
-
getSortBy
public ListDbConnectionBundlesRequest.SortBy getSortBy()
The field to sort by.You can specify only one sort order. The default order for TIMECREATED is descending. The default order for TIMEREFRESHED is descending.
-
getLifecycleState
public ListDbConnectionBundlesRequest.LifecycleState getLifecycleState()
A filter that returns only resources that match the given lifecycle state.The state value is case-insensitive.
-
getOpcRequestId
public String getOpcRequestId()
Unique identifier for the request.
-
getDisplayName
public String getDisplayName()
A filter to return only resources that match the entire display name given.The match is not case sensitive.
-
getDbConnectionBundleType
public ListDbConnectionBundlesRequest.DbConnectionBundleType getDbConnectionBundleType()
A filter that returns only resources that match the specified database connection bundle type.
-
getAssociatedResourceId
public String getAssociatedResourceId()
The OCID of the VM cluster associated with the connection bundle.If the parameter is set to null, all bundles are returned.
-
toBuilder
public ListDbConnectionBundlesRequest.Builder toBuilder()
Return an instance ofListDbConnectionBundlesRequest.Builderthat allows you to modify request properties.- Returns:
- instance of
ListDbConnectionBundlesRequest.Builderthat allows you to modify request properties.
-
builder
public static ListDbConnectionBundlesRequest.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>
-
-