@Generated(value="OracleSDKGenerator", comments="API Version: 20230801") public class ListClusterPlacementGroupsRequest extends BmcRequest<Void>
Example: Click here to see how to use ListClusterPlacementGroupsRequest.
Modifier and Type | Class and Description |
---|---|
static class |
ListClusterPlacementGroupsRequest.Builder |
static class |
ListClusterPlacementGroupsRequest.SortBy
The field to sort by.
|
Constructor and Description |
---|
ListClusterPlacementGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
static ListClusterPlacementGroupsRequest.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 |
getAd()
A filter to return only the resources that match the specified availability domain.
|
String |
getCompartmentId()
A filter to return only the resources that match the specified compartment
OCID.
|
Boolean |
getCompartmentIdInSubtree()
When set to
true , cluster placement groups in all compartments under the specified
compartment are returned. |
String |
getId()
A filter to return only the resources that match the specified unique cluster placement group
identifier.
|
ClusterPlacementGroup.LifecycleState |
getLifecycleState()
A filter to return only the resources that match the specified lifecycle state.
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getName()
A filter to return only the resources that match the entire display name specified.
|
String |
getOpcRequestId()
The client request ID for tracing.
|
String |
getPage()
A token representing the position at which to start retrieving results.
|
ListClusterPlacementGroupsRequest.SortBy |
getSortBy()
The field to sort by.
|
SortOrder |
getSortOrder()
The sort order to use, either ‘ASC’ or ‘DESC’.
|
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
ListClusterPlacementGroupsRequest.Builder |
toBuilder()
Return an instance of
ListClusterPlacementGroupsRequest.Builder that allows you to modify request properties. |
String |
toString() |
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public String getCompartmentId()
A filter to return only the resources that match the specified compartment OCID.
public ClusterPlacementGroup.LifecycleState getLifecycleState()
A filter to return only the resources that match the specified lifecycle state.
public String getName()
A filter to return only the resources that match the entire display name specified.
public String getAd()
A filter to return only the resources that match the specified availability domain.
public String getId()
A filter to return only the resources that match the specified unique cluster placement group identifier.
public Integer getLimit()
The maximum number of items to return.
public String getPage()
A token representing the position at which to start retrieving results. This must come from
the opc-next-page
header field of a previous response.
public SortOrder getSortOrder()
The sort order to use, either ‘ASC’ or ‘DESC’.
public ListClusterPlacementGroupsRequest.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 name
is ascending.
public Boolean getCompartmentIdInSubtree()
When set to true
, cluster placement groups in all compartments under the specified
compartment are returned. The default is set to false
.
public String getOpcRequestId()
The client request ID for tracing.
public ListClusterPlacementGroupsRequest.Builder toBuilder()
Return an instance of ListClusterPlacementGroupsRequest.Builder
that allows you to modify request properties.
ListClusterPlacementGroupsRequest.Builder
that allows you to modify request properties.public static ListClusterPlacementGroupsRequest.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–2024. All rights reserved.