OtherManagementCostsSettingsArgs

data class OtherManagementCostsSettingsArgs(val dataProtectionCostPerServerPerYear: Output<Double>, val monitoringCostPerServerPerYear: Output<Double>, val patchingCostPerServerPerYear: Output<Double>) : ConvertibleToJava<OtherManagementCostsSettingsArgs>

Other Management Costs Settings.

Constructors

Link copied to clipboard
constructor(dataProtectionCostPerServerPerYear: Output<Double>, monitoringCostPerServerPerYear: Output<Double>, patchingCostPerServerPerYear: Output<Double>)

Properties

Link copied to clipboard

Data Protection Cost Per Server Per Year.

Link copied to clipboard

Monitoring Cost Per Server Per Year.

Link copied to clipboard

Patching Cost Per Server Per Year.

Functions

Link copied to clipboard
open override fun toJava(): OtherManagementCostsSettingsArgs