FleetCustomerManagedWorkerCapabilitiesArgs

data class FleetCustomerManagedWorkerCapabilitiesArgs(val acceleratorCount: Output<FleetAcceleratorCountRangeArgs>? = null, val acceleratorTotalMemoryMiB: Output<FleetAcceleratorTotalMemoryMiBRangeArgs>? = null, val acceleratorTypes: Output<List<FleetAcceleratorType>>? = null, val cpuArchitectureType: Output<FleetCpuArchitectureType>, val customAmounts: Output<List<FleetAmountCapabilityArgs>>? = null, val customAttributes: Output<List<FleetAttributeCapabilityArgs>>? = null, val memoryMiB: Output<FleetMemoryMiBRangeArgs>, val osFamily: Output<FleetCustomerManagedFleetOperatingSystemFamily>, val vCpuCount: Output<FleetVCpuCountRangeArgs>) : ConvertibleToJava<FleetCustomerManagedWorkerCapabilitiesArgs>

Constructors

constructor(acceleratorCount: Output<FleetAcceleratorCountRangeArgs>? = null, acceleratorTotalMemoryMiB: Output<FleetAcceleratorTotalMemoryMiBRangeArgs>? = null, acceleratorTypes: Output<List<FleetAcceleratorType>>? = null, cpuArchitectureType: Output<FleetCpuArchitectureType>, customAmounts: Output<List<FleetAmountCapabilityArgs>>? = null, customAttributes: Output<List<FleetAttributeCapabilityArgs>>? = null, memoryMiB: Output<FleetMemoryMiBRangeArgs>, osFamily: Output<FleetCustomerManagedFleetOperatingSystemFamily>, vCpuCount: Output<FleetVCpuCountRangeArgs>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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