Virtual Machine Args
constructor(extendedLocation: Output<ExtendedLocationArgs>? = null, firmwareType: Output<Either<String, FirmwareType>>? = null, guestAgentProfile: Output<GuestAgentProfileArgs>? = null, hardwareProfile: Output<HardwareProfileArgs>? = null, identity: Output<IdentityArgs>? = null, inventoryItemId: Output<String>? = null, kind: Output<String>? = null, location: Output<String>? = null, moRefId: Output<String>? = null, networkProfile: Output<NetworkProfileArgs>? = null, osProfile: Output<OsProfileArgs>? = null, placementProfile: Output<PlacementProfileArgs>? = null, resourceGroupName: Output<String>? = null, resourcePoolId: Output<String>? = null, securityProfile: Output<SecurityProfileArgs>? = null, smbiosUuid: Output<String>? = null, storageProfile: Output<StorageProfileArgs>? = null, tags: Output<Map<String, String>>? = null, templateId: Output<String>? = null, vCenterId: Output<String>? = null, virtualMachineName: Output<String>? = null)