public static class ListManagementAgentsRequest.Builder extends Object implements BmcRequest.Builder<ListManagementAgentsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListManagementAgentsRequest.Builder |
accessLevel(String accessLevel)
When the value is “ACCESSIBLE”, insufficient permissions for a compartment will filter
out resources in that compartment without rejecting the request.
|
ListManagementAgentsRequest.Builder |
availabilityStatus(AvailabilityStatus availabilityStatus)
Filter to return only Management Agents in the particular availability status.
|
ListManagementAgentsRequest |
build()
Build the instance of ListManagementAgentsRequest as configured by this builder
|
ListManagementAgentsRequest |
buildWithoutInvocationCallback()
Build the instance of ListManagementAgentsRequest as configured by this builder
|
ListManagementAgentsRequest.Builder |
compartmentId(String compartmentId)
The OCID of the compartment to which a request will be scoped.
|
ListManagementAgentsRequest.Builder |
compartmentIdInSubtree(Boolean compartmentIdInSubtree)
if set to true then it fetches resources for all compartments where user has access to
else only on the compartment specified.
|
ListManagementAgentsRequest.Builder |
copy(ListManagementAgentsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListManagementAgentsRequest.Builder |
dataSourceName(List<String> dataSourceName)
Unique name of the dataSource.
|
ListManagementAgentsRequest.Builder |
dataSourceName(String singularValue)
Singular setter.
|
ListManagementAgentsRequest.Builder |
dataSourceType(DataSourceTypes dataSourceType)
The type of the dataSource.
|
ListManagementAgentsRequest.Builder |
displayName(String displayName)
Filter to return only Management Agents having the particular display name.
|
ListManagementAgentsRequest.Builder |
gatewayId(List<String> gatewayId)
Filter to return only results having the particular gatewayId.
|
ListManagementAgentsRequest.Builder |
gatewayId(String singularValue)
Singular setter.
|
ListManagementAgentsRequest.Builder |
hostId(String hostId)
Filter to return only Management Agents having the particular agent host id.
|
ListManagementAgentsRequest.Builder |
installType(InstallTypes installType)
A filter to return either agents or gateway types depending upon install type selected by
user.
|
ListManagementAgentsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListManagementAgentsRequest.Builder |
isCustomerDeployed(Boolean isCustomerDeployed)
true, if the agent image is manually downloaded and installed.
|
ListManagementAgentsRequest.Builder |
lifecycleState(LifecycleStates lifecycleState)
Filter to return only Management Agents in the particular lifecycle state.
|
ListManagementAgentsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListManagementAgentsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListManagementAgentsRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListManagementAgentsRequest.Builder |
platformType(List<PlatformTypes> platformType)
Filter to return only results having the particular platform type.
|
ListManagementAgentsRequest.Builder |
platformType(PlatformTypes singularValue)
Singular setter.
|
ListManagementAgentsRequest.Builder |
pluginName(List<String> pluginName)
Filter to return only Management Agents having the particular Plugin installed.
|
ListManagementAgentsRequest.Builder |
pluginName(String singularValue)
Singular setter.
|
ListManagementAgentsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListManagementAgentsRequest.Builder |
sortBy(ListManagementAgentsRequest.SortBy sortBy)
The field to sort by.
|
ListManagementAgentsRequest.Builder |
sortOrder(ListManagementAgentsRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
|
ListManagementAgentsRequest.Builder |
version(List<String> version)
Filter to return only Management Agents having the particular agent version.
|
ListManagementAgentsRequest.Builder |
version(String singularValue)
Singular setter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListManagementAgentsRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment to which a request will be scoped.
compartmentId
- the value to setpublic ListManagementAgentsRequest.Builder pluginName(List<String> pluginName)
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.
pluginName
- the value to setpublic ListManagementAgentsRequest.Builder pluginName(String singularValue)
Singular setter. 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.
singularValue
- the singular value to setpublic ListManagementAgentsRequest.Builder version(List<String> version)
Filter to return only Management Agents having the particular agent version.
version
- the value to setpublic ListManagementAgentsRequest.Builder version(String singularValue)
Singular setter. Filter to return only Management Agents having the particular agent version.
singularValue
- the singular value to setpublic ListManagementAgentsRequest.Builder displayName(String displayName)
Filter to return only Management Agents having the particular display name.
displayName
- the value to setpublic ListManagementAgentsRequest.Builder lifecycleState(LifecycleStates lifecycleState)
Filter to return only Management Agents in the particular lifecycle state.
lifecycleState
- the value to setpublic ListManagementAgentsRequest.Builder availabilityStatus(AvailabilityStatus availabilityStatus)
Filter to return only Management Agents in the particular availability status.
availabilityStatus
- the value to setpublic ListManagementAgentsRequest.Builder hostId(String hostId)
Filter to return only Management Agents having the particular agent host id.
hostId
- the value to setpublic ListManagementAgentsRequest.Builder platformType(List<PlatformTypes> platformType)
Filter to return only results having the particular platform type.
platformType
- the value to setpublic ListManagementAgentsRequest.Builder platformType(PlatformTypes singularValue)
Singular setter. Filter to return only results having the particular platform type.
singularValue
- the singular value to setpublic ListManagementAgentsRequest.Builder isCustomerDeployed(Boolean isCustomerDeployed)
true, if the agent image is manually downloaded and installed. false, if the agent is deployed as a plugin in Oracle Cloud Agent.
isCustomerDeployed
- the value to setpublic ListManagementAgentsRequest.Builder installType(InstallTypes installType)
A filter to return either agents or gateway types depending upon install type selected by user. By default both install type will be returned.
installType
- the value to setpublic ListManagementAgentsRequest.Builder gatewayId(List<String> gatewayId)
Filter to return only results having the particular gatewayId.
gatewayId
- the value to setpublic ListManagementAgentsRequest.Builder gatewayId(String singularValue)
Singular setter. Filter to return only results having the particular gatewayId.
singularValue
- the singular value to setpublic ListManagementAgentsRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic ListManagementAgentsRequest.Builder page(String page)
The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
page
- the value to setpublic ListManagementAgentsRequest.Builder sortOrder(ListManagementAgentsRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
sortOrder
- the value to setpublic ListManagementAgentsRequest.Builder sortBy(ListManagementAgentsRequest.SortBy sortBy)
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.
sortBy
- the value to setpublic ListManagementAgentsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListManagementAgentsRequest.Builder compartmentIdInSubtree(Boolean compartmentIdInSubtree)
if set to true then it fetches resources for all compartments where user has access to else only on the compartment specified.
compartmentIdInSubtree
- the value to setpublic ListManagementAgentsRequest.Builder accessLevel(String accessLevel)
When the value is “ACCESSIBLE”, insufficient permissions for a compartment will filter out resources in that compartment without rejecting the request.
accessLevel
- the value to setpublic ListManagementAgentsRequest.Builder dataSourceType(DataSourceTypes dataSourceType)
The type of the dataSource.
dataSourceType
- the value to setpublic ListManagementAgentsRequest.Builder dataSourceName(List<String> dataSourceName)
Unique name of the dataSource.
dataSourceName
- the value to setpublic ListManagementAgentsRequest.Builder dataSourceName(String singularValue)
Singular setter. Unique name of the dataSource.
singularValue
- the singular value to setpublic ListManagementAgentsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListManagementAgentsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListManagementAgentsRequest.Builder copy(ListManagementAgentsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListManagementAgentsRequest,Void>
o
- other request from which to copy valuespublic ListManagementAgentsRequest build()
Build the instance of ListManagementAgentsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListManagementAgentsRequest,Void>
public ListManagementAgentsRequest buildWithoutInvocationCallback()
Build the instance of ListManagementAgentsRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.