public static class ManagementAgentAggregationDimensions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ManagementAgentAggregationDimensions.Builder |
availabilityStatus(AvailabilityStatus availabilityStatus)
The availability status of managementAgent
|
ManagementAgentAggregationDimensions |
build() |
ManagementAgentAggregationDimensions.Builder |
copy(ManagementAgentAggregationDimensions model) |
ManagementAgentAggregationDimensions.Builder |
hasPlugins(Boolean hasPlugins)
Whether or not a managementAgent has at least one plugin
|
ManagementAgentAggregationDimensions.Builder |
installType(InstallTypes installType)
The install type, either AGENT or GATEWAY
|
ManagementAgentAggregationDimensions.Builder |
platformType(PlatformTypes platformType)
Platform Type
|
ManagementAgentAggregationDimensions.Builder |
version(String version)
Agent image version
|
public ManagementAgentAggregationDimensions.Builder availabilityStatus(AvailabilityStatus availabilityStatus)
The availability status of managementAgent
availabilityStatus
- the value to setpublic ManagementAgentAggregationDimensions.Builder platformType(PlatformTypes platformType)
Platform Type
platformType
- the value to setpublic ManagementAgentAggregationDimensions.Builder version(String version)
Agent image version
version
- the value to setpublic ManagementAgentAggregationDimensions.Builder hasPlugins(Boolean hasPlugins)
Whether or not a managementAgent has at least one plugin
hasPlugins
- the value to setpublic ManagementAgentAggregationDimensions.Builder installType(InstallTypes installType)
The install type, either AGENT or GATEWAY
installType
- the value to setpublic ManagementAgentAggregationDimensions build()
public ManagementAgentAggregationDimensions.Builder copy(ManagementAgentAggregationDimensions model)
Copyright © 2016–2024. All rights reserved.