Fleet Customer Managed Worker Capabilities Args
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
Link copied to clipboard
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>)