Class ManagementAgentAggregationDimensions.Builder
- java.lang.Object
-
- com.oracle.bmc.managementagent.model.ManagementAgentAggregationDimensions.Builder
-
- Enclosing class:
- ManagementAgentAggregationDimensions
public static class ManagementAgentAggregationDimensions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagementAgentAggregationDimensions.BuilderavailabilityStatus(AvailabilityStatus availabilityStatus)The availability status of managementAgentManagementAgentAggregationDimensionsbuild()ManagementAgentAggregationDimensions.Buildercopy(ManagementAgentAggregationDimensions model)ManagementAgentAggregationDimensions.BuilderhasPlugins(Boolean hasPlugins)Whether or not a managementAgent has at least one pluginManagementAgentAggregationDimensions.BuilderinstallType(InstallTypes installType)The install type, either AGENT or GATEWAYManagementAgentAggregationDimensions.BuilderplatformType(PlatformTypes platformType)Platform TypeManagementAgentAggregationDimensions.Builderversion(String version)Agent image version
-
-
-
Method Detail
-
availabilityStatus
public ManagementAgentAggregationDimensions.Builder availabilityStatus(AvailabilityStatus availabilityStatus)
The availability status of managementAgent- Parameters:
availabilityStatus- the value to set- Returns:
- this builder
-
platformType
public ManagementAgentAggregationDimensions.Builder platformType(PlatformTypes platformType)
Platform Type- Parameters:
platformType- the value to set- Returns:
- this builder
-
version
public ManagementAgentAggregationDimensions.Builder version(String version)
Agent image version- Parameters:
version- the value to set- Returns:
- this builder
-
hasPlugins
public ManagementAgentAggregationDimensions.Builder hasPlugins(Boolean hasPlugins)
Whether or not a managementAgent has at least one plugin- Parameters:
hasPlugins- the value to set- Returns:
- this builder
-
installType
public ManagementAgentAggregationDimensions.Builder installType(InstallTypes installType)
The install type, either AGENT or GATEWAY- Parameters:
installType- the value to set- Returns:
- this builder
-
build
public ManagementAgentAggregationDimensions build()
-
copy
public ManagementAgentAggregationDimensions.Builder copy(ManagementAgentAggregationDimensions model)
-
-