public static class FleetAutomationApi.GetFleetDeploymentOptionalParameters extends Object
| Constructor and Description |
|---|
GetFleetDeploymentOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
FleetAutomationApi.GetFleetDeploymentOptionalParameters |
limit(Long limit)
Set limit.
|
FleetAutomationApi.GetFleetDeploymentOptionalParameters |
page(Long page)
Set page.
|
public GetFleetDeploymentOptionalParameters()
public FleetAutomationApi.GetFleetDeploymentOptionalParameters limit(Long limit)
limit - Maximum number of hosts to return per page. Default is 50, maximum is 100.
(optional, default to 50)public FleetAutomationApi.GetFleetDeploymentOptionalParameters page(Long page)
page - Page index for pagination (zero-based). Use this to retrieve subsequent pages of
hosts. (optional, default to 0)Copyright © 2026. All rights reserved.