@Generated(value="OracleSDKGenerator", comments="API Version: 20200202") public class ListManagementAgentsRequest extends BmcRequest<Void>
Example: Click here to see how to use ListManagementAgentsRequest.
Modifier and Type | Class and Description |
---|---|
static class |
ListManagementAgentsRequest.Builder |
static class |
ListManagementAgentsRequest.SortBy
The field to sort by.
|
static class |
ListManagementAgentsRequest.SortOrder
The sort order to use, either ‘asc’ or ‘desc’.
|
Constructor and Description |
---|
ListManagementAgentsRequest() |
Modifier and Type | Method and Description |
---|---|
static ListManagementAgentsRequest.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’.
|
AvailabilityStatus |
getAvailabilityStatus()
Filter to return only Management Agents in the particular availability status.
|
String |
getCompartmentId()
The OCID of the compartment to which a request will be scoped.
|
String |
getDisplayName()
Filter to return only Management Agents having the particular display name.
|
String |
getHostId()
Filter to return only Management Agents having the particular agent host id.
|
InstallTypes |
getInstallType()
A filter to return either agents or gateway types depending upon install type selected by user.
|
Boolean |
getIsCustomerDeployed()
true, if the agent image is manually downloaded and installed.
|
LifecycleStates |
getLifecycleState()
Filter to return only Management Agents in the particular lifecycle state.
|
Integer |
getLimit()
The maximum number of items to return.
|
String |
getOpcRequestId()
The client request ID for tracing.
|
String |
getPage()
The page token representing the page at which to start retrieving results.
|
List<PlatformTypes> |
getPlatformType()
Filter to return only results having the particular platform type.
|
List<String> |
getPluginName()
Filter to return only Management Agents having the particular Plugin installed.
|
ListManagementAgentsRequest.SortBy |
getSortBy()
The field to sort by.
|
ListManagementAgentsRequest.SortOrder |
getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’.
|
List<String> |
getVersion()
Filter to return only Management Agents having the particular agent version.
|
int |
hashCode()
Uses invocationCallback and retryConfiguration to generate a hash.
|
ListManagementAgentsRequest.Builder |
toBuilder()
Return an instance of
ListManagementAgentsRequest.Builder that allows you to modify request properties. |
String |
toString() |
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public String getCompartmentId()
The OCID of the compartment to which a request will be scoped.
public List<String> getPluginName()
Filter to return only Management Agents having the particular Plugin installed. A special pluginName of ‘None’ can be provided and this will return only Management Agents having no plugin installed.
public List<String> getVersion()
Filter to return only Management Agents having the particular agent version.
public String getDisplayName()
Filter to return only Management Agents having the particular display name.
public LifecycleStates getLifecycleState()
Filter to return only Management Agents in the particular lifecycle state.
public AvailabilityStatus getAvailabilityStatus()
Filter to return only Management Agents in the particular availability status.
public String getHostId()
Filter to return only Management Agents having the particular agent host id.
public List<PlatformTypes> getPlatformType()
Filter to return only results having the particular platform type.
public Boolean getIsCustomerDeployed()
true, if the agent image is manually downloaded and installed. false, if the agent is deployed as a plugin in Oracle Cloud Agent.
public InstallTypes getInstallType()
A filter to return either agents or gateway types depending upon install type selected by user. By default both install type will be returned.
public Integer getLimit()
The maximum number of items to return.
public String getPage()
The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
public ListManagementAgentsRequest.SortOrder getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’.
public ListManagementAgentsRequest.SortBy getSortBy()
The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
public String getOpcRequestId()
The client request ID for tracing.
public ListManagementAgentsRequest.Builder toBuilder()
Return an instance of ListManagementAgentsRequest.Builder
that allows you to modify request properties.
ListManagementAgentsRequest.Builder
that allows you to modify request properties.public static ListManagementAgentsRequest.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 invocationCallback and retryConfiguration to generate a hash.
hashCode
in class BmcRequest<Void>
Copyright © 2016–2022. All rights reserved.