Virtualization Software Settings Args
data class VirtualizationSoftwareSettingsArgs(val licenseAndSupportList: Output<List<VsphereLicenseArgs>>, val numberOfPhysicalCoresPerLicense: Output<Int>, val softwareAssuranceCost: Output<Double>) : ConvertibleToJava<VirtualizationSoftwareSettingsArgs>
Virtualization software settings.
Constructors
Link copied to clipboard
constructor(licenseAndSupportList: Output<List<VsphereLicenseArgs>>, numberOfPhysicalCoresPerLicense: Output<Int>, softwareAssuranceCost: Output<Double>)